Upgradable experiments

This commit is contained in:
2018-03-11 23:12:29 +01:00
commit 9efe30afda
16 changed files with 321 additions and 0 deletions

View File

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