Skip to content

Instantly share code, notes, and snippets.

@tienshaoku
Last active March 24, 2020 12:15
Show Gist options
  • Save tienshaoku/0d125064000086a3d3f921ee4bfda9b2 to your computer and use it in GitHub Desktop.
Save tienshaoku/0d125064000086a3d3f921ee4bfda9b2 to your computer and use it in GitHub Desktop.
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