Skip to content

Instantly share code, notes, and snippets.

@m-yahya
Last active November 21, 2018 08:55
Show Gist options
  • Save m-yahya/9e4162407abe98f2bd80880740492bde to your computer and use it in GitHub Desktop.
Save m-yahya/9e4162407abe98f2bd80880740492bde to your computer and use it in GitHub Desktop.
const SimpleContract = artifacts.require('SimpleContract');
module.exports = function(deployer) {
// Use deployer to state migration tasks.
deployer.deploy(SimpleContract);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment