examples and more contracts

This commit is contained in:
Manuel Araoz
2016-08-10 15:23:39 -03:00
parent c9ae7c3f1c
commit 015708af62
9 changed files with 132 additions and 3 deletions

View File

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