mirror of
https://github.com/miky-kr5/CEIDEC-Pong-Web.git
synced 2023-01-29 18:47:06 +00:00
Now with 100% more Blockchain!
This commit is contained in:
5
migrations/2_pong_migration.js
Normal file
5
migrations/2_pong_migration.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var Pong = artifacts.require("./Pong.sol");
|
||||
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(Pong);
|
||||
};
|
Reference in New Issue
Block a user