use truffle

This commit is contained in:
Manuel Araoz
2016-08-05 14:37:06 -03:00
parent 0ceb955187
commit 50a290e10a
9 changed files with 137 additions and 0 deletions

View File

@ -0,0 +1,5 @@
module.exports = function(deployer) {
deployer.deploy(ConvertLib);
deployer.autolink();
deployer.deploy(MetaCoin);
};