Created
October 6, 2019 22:38
-
-
Save ChamsBouzaiene/47a19aedf0eb5bf1cae3c7b0d9f8ebc0 to your computer and use it in GitHub Desktop.
migration file for the private smart contract
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 PrivateQueue = artifacts.require("./PrivateQueue.sol"); | |
module.exports = function(deployer) { | |
deployer.deploy(PrivateQueue); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment