use truffle
This commit is contained in:
5
migrations/2_deploy_contracts.js
Normal file
5
migrations/2_deploy_contracts.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(ConvertLib);
|
||||
deployer.autolink();
|
||||
deployer.deploy(MetaCoin);
|
||||
};
|
||||
Reference in New Issue
Block a user