Skip to content

Instantly share code, notes, and snippets.

@ajb413
Created February 14, 2018 18:59
Show Gist options
  • Save ajb413/ae7c42b8202ec506a903886bfe009942 to your computer and use it in GitHub Desktop.
Save ajb413/ae7c42b8202ec506a903886bfe009942 to your computer and use it in GitHub Desktop.
const Token = artifacts.require('Token');
module.exports = (deployer) => {
deployer.deploy(Token);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment