first commit

This commit is contained in:
mingda
2020-06-26 00:31:25 +08:00
commit a1579ddb66
58 changed files with 20970 additions and 0 deletions

View File

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