Skip to content

Commit

Permalink
Migration setup, test, build
Browse files Browse the repository at this point in the history
  • Loading branch information
jags84 committed Aug 25, 2017
1 parent c8bb4a5 commit df03922
Show file tree
Hide file tree
Showing 6 changed files with 765 additions and 42 deletions.
38 changes: 38 additions & 0 deletions build/contracts/ConvertLib.json
@@ -0,0 +1,38 @@
{
"contract_name": "ConvertLib",
"abi": [
{
"constant": false,
"inputs": [
{
"name": "amount",
"type": "uint256"
},
{
"name": "conversionRate",
"type": "uint256"
}
],
"name": "convert",
"outputs": [
{
"name": "convertedAmount",
"type": "uint256"
}
],
"payable": false,
"type": "function"
}
],
"unlinked_binary": "0x60606040523415600e57600080fd5b5b60908061001d6000396000f300606060405263ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166396e4ee3d8114603c575b600080fd5b6048600435602435605a565b60405190815260200160405180910390f35b8181025b929150505600a165627a7a72305820755587bba4dfb5a7c0e209e87a27306c434e1bddfa4c745e791c1949b42a99910029",
"networks": {
"3": {
"events": {},
"links": {},
"address": "0x11d26aaa29d54191a2a84b616ef925523d37ac52",
"updated_at": 1503676300558
}
},
"schema_version": "0.0.5",
"updated_at": 1503676300558
}

0 comments on commit df03922

Please sign in to comment.