Files
2018-05-11 16:49:08 -04:00

20 lines
285 B
JSON

{
"default": {
"deployment": {
"host": "localhost",
"port": 8545,
"type": "rpc"
},
"dappConnection": [
"$WEB3",
"http://localhost:8545"
],
"gas": "auto",
"contracts": {
"Token": {
"args": [1000]
}
}
}
}