Skip to content

Instantly share code, notes, and snippets.

@birdca
Created November 28, 2018 12:03
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 birdca/42c4742fb0a3a7bfb0be75098a970a0b to your computer and use it in GitHub Desktop.
Save birdca/42c4742fb0a3a7bfb0be75098a970a0b to your computer and use it in GitHub Desktop.
for workshop
var Adoption = artifacts.require("Adoption");
module.exports = function(deployer) {
deployer.deploy(Adoption);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment