Example of a Minimal Genesis File
Below is a short example showing how a minimal PoS-oriented genesis file might look for Exorium. Adjust parameters to match your actual chain design:
Explanation of Key Fields:
config.exorPos.period: Interval (in seconds) at which new blocks (or data structures) are proposed.
config.exorPos.eBTActive: Indicates that Exorium Byzantine Tolerance is enabled.
timestamp: The Unix epoch timestamp for when this genesis block is considered valid.
gasLimit: The block-level gas limit (in hex).
alloc: Two example addresses with pre-allocated balances.
Last updated