Last active
March 24, 2020 12:15
-
-
Save tienshaoku/0d125064000086a3d3f921ee4bfda9b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var ERC20 = artifacts.require("ERC20"); | |
module.exports = function(deployer) { | |
deployer.deploy(ERC20, "Winnie the coin", "WTC", 2, 1000000); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment