Module polkadot_service::chain_spec
source · Expand description
Polkadot chain configurations.
Structs
- Node
ChainSpecextensions. - Extension for the Rococo genesis config to support a custom changes to the genesis state.
Functions
- Helper function to generate an account ID from seed
- Helper function to generate stash, controller and session key from seed
- Helper function to generate stash, controller and session key from seed
- Helper function to generate a crypto pair from seed
- Kusama development config (single validator Alice)
- Kusama local testnet config (multivalidator Alice + Bob)
- Staging testnet config.
- Helper function to create kusama
RuntimeGenesisConfigfor testing - Returns the properties for the
PolkadotChainSpec. - Rococo development config (single validator Alice)
- Rococo local testnet config (multivalidator Alice + Bob)
- Rococo staging testnet config.
- Helper function to create rococo
RuntimeGenesisConfigfor testing Versidevelopment config (single validator Alice)Versilocal testnet config (multivalidator Alice + Bob + Charlie + Dave)- Versi staging testnet config.
- This is a temporary testnet that uses the same runtime as rococo.
- Wococo development config (single validator Alice)
- Wococo local testnet config (multivalidator Alice + Bob + Charlie + Dave)
Type Definitions
- The
ChainSpecparameterized for the kusama runtime. - The
ChainSpecparameterized for the rococo runtime. - The
ChainSpecparameterized for theversiruntime. - The
ChainSpecparameterized for the westend runtime.