Skip to content

Instantly share code, notes, and snippets.

@alexroan
Last active March 17, 2020 07:47
Show Gist options
  • Save alexroan/58d72f80b245a3866e482718c5996ca9 to your computer and use it in GitHub Desktop.
Save alexroan/58d72f80b245a3866e482718c5996ca9 to your computer and use it in GitHub Desktop.
truffle-smart-contract/2_deploy_contract.js/0.0.4
const HelloWorld = artifacts.require("HelloWorld");
module.exports = function(deployer) {
deployer.deploy(HelloWorld);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment