Last active
October 6, 2019 23:04
-
-
Save ChamsBouzaiene/204b33a4e44520c544e65574a7f72f5a to your computer and use it in GitHub Desktop.
Public Blockchain Migration file
This file contains 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 PublicQueue = artifacts.require("./PublicQueue.sol"); | |
module.exports = function(deployer) { | |
deployer.deploy(PublicQueue); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment