embark-area-51/templates/demo/config/contracts.json

23 lines
336 B
JSON
Raw Normal View History

2016-08-13 14:48:00 +00:00
{
2016-08-13 15:58:03 +00:00
"default": {
2017-10-21 19:28:59 +00:00
"deployment": {
"host": "localhost",
"port": 8545,
"type": "rpc"
},
"dappConnection": [
"$WEB3",
"http://localhost:8545"
],
"gas": "auto",
2016-08-13 15:58:03 +00:00
"contracts": {
2016-09-27 04:55:35 +00:00
"SimpleStorage": {
"fromIndex": 0,
2016-09-27 04:55:35 +00:00
"args": [
2016-10-02 23:13:46 +00:00
100
2016-09-28 01:04:40 +00:00
]
2016-08-13 15:58:03 +00:00
}
}
2016-08-13 14:48:00 +00:00
}
}