Skip to content

Instantly share code, notes, and snippets.

@MichalZalecki
Created July 3, 2018 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichalZalecki/3c06bcfb683fcccf8ee748c6ca61deff to your computer and use it in GitHub Desktop.
Save MichalZalecki/3c06bcfb683fcccf8ee748c6ca61deff to your computer and use it in GitHub Desktop.
const SimpleToken = artifacts.require("./SimpleToken.sol");
module.exports = (deployer) => {
deployer.deploy(SimpleToken, "Tooploox", "TPX", 18, 21000000);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment