Skip to content

Instantly share code, notes, and snippets.

@gasolin
Created September 6, 2017 13:57
Show Gist options
  • Save gasolin/b33c835abf757627613b09414a96521f to your computer and use it in GitHub Desktop.
Save gasolin/b33c835abf757627613b09414a96521f to your computer and use it in GitHub Desktop.
HelloWorld = artifacts.require("./HelloWorld.sol");
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