run command make
to build application
Application has following commands:
- command
./build/genesis-generator gengenesis --config=./path_to_conf --pks.path=./path_to_file_with_privatekeys --out.filename="genesis.g" (optional)
the output will be genesis file with provided name or default genesis.g
pks file is file with private keys for yours validators, private keys should be follow line by line, see example in ./pks.example.txt
configuration allows to configurate network rules and some genesis data. There is couple ready presets to for devnet and testnet in conf.*.toml files, you can use your own