embark/demo/config/contracts.json

26 lines
391 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
"versions": {
"web3.js": "1.0.0-beta",
2017-10-22 13:44:32 +00:00
"solc": "0.4.17"
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": {
"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
}
}