embark/demo/config/contracts.json

26 lines
391 B
JSON
Raw Normal View History

2016-08-13 10:48:00 -04:00
{
2016-08-13 11:58:03 -04:00
"default": {
2017-10-21 15:28:59 -04:00
"versions": {
"web3.js": "1.0.0-beta",
2017-10-22 09:44:32 -04:00
"solc": "0.4.17"
2017-10-21 15:28:59 -04:00
},
"deployment": {
"host": "localhost",
"port": 8545,
"type": "rpc"
},
"dappConnection": [
"$WEB3",
"http://localhost:8545"
],
"gas": "auto",
2016-08-13 11:58:03 -04:00
"contracts": {
2016-09-27 00:55:35 -04:00
"SimpleStorage": {
"args": [
2016-10-02 19:13:46 -04:00
100
2016-09-27 21:04:40 -04:00
]
2016-08-13 11:58:03 -04:00
}
}
2016-08-13 10:48:00 -04:00
}
}