UNPKG

@kba-tools/genesis-tool

Version:

A forked repo from ConsenSys which helps to generate genesis block for Besu Network with xemptyBlockPeriod field.

54 lines (53 loc) 1.03 kB
{ "mode": "orion", "useWhiteList": false, "jdbc": { "username": "sa", "password": "", "url": "jdbc:h2:./data/tm/db;MODE=Oracle;TRACE_LEVEL_SYSTEM_OUT=0", "autoCreateTables": true }, "serverConfigs":[ { "app":"ThirdParty", "enabled": true, "serverAddress": "http://<HOST>:9080", "communicationType" : "REST" }, { "app":"Q2T", "enabled": true, "serverAddress": "http://<HOST>:9101", "sslConfig": { "tls": "OFF" }, "communicationType" : "REST" }, { "app":"P2P", "enabled": true, "serverAddress": "http://<HOST>:9000", "sslConfig": { "tls": "OFF" }, "communicationType" : "REST" } ], "peer": [ { "url": "http://<HOST>:9000" } ], "keys": { {% if tesseraPassword !== '' %} "passwordFile": ["./passwordFile.txt"], {% endif %} "keyData": [ { "privateKeyPath": "./tessera.key", "publicKeyPath": "./tessera.pub" } ] }, "alwaysSendTo": [] }