Genesis Parameters
This module configures the genesis block.
genesis.file
Type | Environment Alias | |
---|---|---|
String, file path | GENESIS_FILE | Required |
The file path to the Genesis JSON.
toml
[genesis]
file = "genesis.json"
sh
GENESIS_FILE="genesis.json"
Path Resolution
Paths resolution rules apply to this parameter.
genesis.private_key
genesis.public_key
The public key of the genesis account.
toml
[genesis]
public_key = "ed0120FAFCB2B27444221717F6FCBF900D5BE95273B1B0904B08C736B32A19F16AC1F9"
shell
GENESIS_PUBLIC_KEY=ed0120FAFCB2B27444221717F6FCBF900D5BE95273B1B0904B08C736B32A19F16AC1F9