UNPKG

@hashgraph/hedera-local

Version:

Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).

46 lines (45 loc) 1.15 kB
{ "bootsrapProperties": [ { "key": "ledger.id", "value": "0x01" }, { "key": "netty.mode", "value": "DEV" }, { "key": "contracts.chainId", "value": "298" }, { "key": "hedera.recordStream.logPeriod", "value": "1" }, { "key": "balances.exportPeriodSecs", "value": "400" } ], "fullNodeProperties": [ { "accountId": "0.0.3", "host": "network-node", "nodeId": 0 } ], "turboNodeProperties": { "dataPath": "file:///node/", "sources": [{ "type": "LOCAL" }] }, "multiNodeProperties": [ { "accountId": "0.0.3", "host": "network-node", "nodeId": 0 }, { "accountId": "0.0.4", "host": "network-node-1", "nodeId": 1 }, { "accountId": "0.0.5", "host": "network-node-2", "nodeId": 2 }, { "accountId": "0.0.6", "host": "network-node-3", "nodeId": 3 } ], "local": { "deleteAfterProcessing": false } }