Skip to content

Instantly share code, notes, and snippets.

@tko22
Created February 7, 2018 06:43
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 tko22/d21daa165043a637df59b1df4ccdbd49 to your computer and use it in GitHub Desktop.
Save tko22/d21daa165043a637df59b1df4ccdbd49 to your computer and use it in GitHub Desktop.
var Voting = artifacts.require("Voting")
module.exports = function(deployer) {
deployer.deploy(Voting)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment