Skip to content

Instantly share code, notes, and snippets.

@Maxcutex
Created April 7, 2019 20:31
Show Gist options
  • Save Maxcutex/26372557ce655ba1642b657e93364e3d to your computer and use it in GitHub Desktop.
Save Maxcutex/26372557ce655ba1642b657e93364e3d to your computer and use it in GitHub Desktop.
Election Project - Migration File
var Election = artifacts.require("./Election.sol");
module.exports = function(deployer) {
deployer.deploy(Election);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment