Skip to content

Instantly share code, notes, and snippets.

@mayorcoded
Created October 28, 2018 21:00
Show Gist options
  • Save mayorcoded/402491027644ec6e8db5f0a2c6b5ea48 to your computer and use it in GitHub Desktop.
Save mayorcoded/402491027644ec6e8db5f0a2c6b5ea48 to your computer and use it in GitHub Desktop.
var FoodCart = artifacts.require("./FoodCart.sol");
module.exports = function(deployer) {
deployer.deploy(FoodCart);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment