Module grin_core::genesis[][src]

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

Functions

genesis_dev

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.

genesis_main

Mainnet genesis block

genesis_test

Testnet genesis block