Move contracts to repository root

This commit is contained in:
poma 2019-07-12 12:53:44 +03:00
parent ea51af1512
commit b5b3474165
18 changed files with 514 additions and 5771 deletions

View file

@ -0,0 +1,5 @@
const Migrations = artifacts.require("Migrations");
module.exports = function(deployer) {
deployer.deploy(Migrations);
};