Add blockchain directory for working on related projects
+ Add sample Solidity project template, README instructions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const Migrations = artifacts.require("Migrations");
|
||||
|
||||
module.exports = function (deployer) {
|
||||
deployer.deploy(Migrations);
|
||||
};
|
||||
Reference in New Issue
Block a user