Initial commit
This commit is contained in:
5
migrations/1_initial_migration.js
Normal file
5
migrations/1_initial_migration.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const Migrations = artifacts.require("Migrations");
|
||||
|
||||
module.exports = function (deployer) {
|
||||
deployer.deploy(Migrations);
|
||||
};
|
||||
5
migrations/2_deploy.js
Normal file
5
migrations/2_deploy.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const Karma = artifacts.require("Karma");
|
||||
|
||||
module.exports = function (deployer) {
|
||||
deployer.deploy(Karma);
|
||||
};
|
||||
Reference in New Issue
Block a user