Shaun Reed e585f18359 Add blockchain directory for working on related projects
+ Add sample Solidity project template, README instructions
2021-05-03 14:46:36 -04:00

6 lines
126 B
JavaScript

const Migrations = artifacts.require("Migrations");
module.exports = function (deployer) {
deployer.deploy(Migrations);
};