Dependencies
The Polkadot Developer Documentation details how to install the necessary prerequisites, including Rust and its tooling. You will need cargo
, amongst other dependencies, before progressing.
The Omninode
The polkadot-omni-node
can be used a universal collator instance for running most of the parachain and can be installed follows:
cargo install polkadot-omni-node
Chain Spec Builder
The chain-spec-builder
tool is used for building a chain specification from a Wasm binary. It can be installed as follows:
cargo install staging-chain-spec-builder
You may find more information in the link above and in the Polkadot Developer Documentation.
pop! CLI
pop-cli
can be used to spin up a local development network with a parachain and relay chain setup.