Module polkadot_service::chain_spec
source · Expand description
Polkadot chain configurations.
Structs
- Node
ChainSpec
extensions. - 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
RuntimeGenesisConfig
for 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
RuntimeGenesisConfig
for testing Versi
development config (single validator Alice)Versi
local 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
ChainSpec
parameterized for the kusama runtime. - The
ChainSpec
parameterized for the rococo runtime. - The
ChainSpec
parameterized for theversi
runtime. - The
ChainSpec
parameterized for the westend runtime.