embark-area-51/test_apps/contracts_app/blockchain.json

47 lines
1004 B
JSON
Raw Normal View History

2017-02-10 00:38:02 +00:00
{
"development": {
"enabled": true,
2017-02-10 00:38:02 +00:00
"networkType": "custom",
2018-03-29 23:05:30 +00:00
"genesisBlock": "development/genesis.json",
2017-02-10 00:38:02 +00:00
"datadir": ".embark/development/datadir",
2018-05-09 13:17:48 +00:00
"isDev": true,
2017-02-10 00:38:02 +00:00
"mineWhenNeeded": true,
"nodiscover": true,
"maxpeers": 0,
"rpcHost": "localhost",
"rpcPort": 8545,
"rpcCorsDomain": "auto",
2017-02-10 00:38:02 +00:00
"account": {
2018-03-29 23:05:30 +00:00
"password": "development/password"
},
"targetGasLimit": 8000000,
"wsOrigins": "auto",
"wsRPC": true,
"wsHost": "localhost",
"wsPort": 8546
2017-02-10 00:38:02 +00:00
},
"testnet": {
"networkType": "testnet",
"rpcHost": "localhost",
"rpcPort": 8545
},
"livenet": {
"networkType": "livenet",
"rpcHost": "localhost",
"rpcPort": 8545,
"rpcCorsDomain": "http://localhost:8000",
"account": {
2018-03-29 23:05:30 +00:00
"password": "livenet/password"
2017-02-10 00:38:02 +00:00
}
},
"privatenet": {
"networkType": "custom",
"rpcHost": "localhost",
"rpcPort": 8545,
"datadir": "yourdatadir",
"networkId": "123",
2017-02-18 13:24:23 +00:00
"bootnodes": ""
2017-02-10 00:38:02 +00:00
}
}