Skip to content

paritytech/chainspecs

Repository files navigation

Chainspecs Collections

Source repository: github.com/paritytech/chainspecs

A chain specification, or "chainspec", is a collection of configuration information that dictates which network a blockchain node will connect to, which entities it will initially communicate with, and what consensus-critical state it must have at genesis.

Usage

You can download chainspec and save it as chainspec.json file, then start the substrate node with the --chain ./chainspec.json flag.

⚠️ For some nodes, you may save chainspec with a different name see

⚠️ For production, it is better to use the chainspec provided in the binary (e.g., --chain kusama). This repo is designed to contain the latest chainspecs before release (for test purposes).

⚠️ All chainspecs are sourced from the default development branch, not the last release. Source repositories (git submodules) are updated once a week.

List of Chainspecs

Polkadot

Kusama

Paseo

Westend

Releases

No releases published

Packages

No packages published

Languages