Skip to content

Instantly share code, notes, and snippets.

@richardartoul
Created December 17, 2017 00:05
Show Gist options
  • Save richardartoul/8dc896f1bc57643d2d71fe4f090e6d12 to your computer and use it in GitHub Desktop.
Save richardartoul/8dc896f1bc57643d2d71fe4f090e6d12 to your computer and use it in GitHub Desktop.
Truffle initial migration
var Migrations = artifacts.require("./Migrations.sol");
module.exports = function(deployer) {
deployer.deploy(Migrations);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment