Now with 100% more Blockchain!

This commit is contained in:
2018-10-31 05:52:42 -04:00
parent 0f6ab43a44
commit 131d7d809d
44 changed files with 30046 additions and 15 deletions

View File

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