Running a local relaychain network
Getting Started
git clone https://github.com/paritytech/polkadot
cd polkadot
cargo build --releasegit clone https://github.com/paritytech/polkadot-sdk-parachain-template
cd polkadot-sdk-parachain-template
cargo build --releaseGenerate chainspec, runtime wasm, genesis state
Chainspec
Runtime wasm
Genesis state
Last updated