Module grin_core::genesis

source ·
Expand description

Definition of the genesis block. Placeholder for now. #![allow(unused_imports)]

Functions§

  • Genesis block definition for development networks. The proof of work size is small enough to mine it on the fly, so it does not contain its own proof of work solution. Can also be easily mutated for different tests.
  • Mainnet genesis block
  • Testnet genesis block