Crate ckb_chain_spec

source ·
Expand description

§The Chain Specification

By default, when simply running CKB, CKB will connect to the official public Nervos network.

In order to run a chain different to the official public one, with a config file specifying spec = { file = "<the-path-of-spec-file>" } under [chain].

Modules§

  • Consensus defines various tweakable parameters of a given instance of the CKB system.
  • The default_params mod defines the default parameters for CKB Mainnet
  • Versionbits defines a finite-state-machine to deploy a softfork in multiple stages.

Structs§

Enums§

Constants§

Functions§