Created
December 17, 2017 00:05
-
-
Save richardartoul/8dc896f1bc57643d2d71fe4f090e6d12 to your computer and use it in GitHub Desktop.
Truffle initial migration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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