Local relay chain setup
Prerequisites
git clone https://github.com/paritytech/polkadot.git# Checkout correct branch
git checkout release-v0.9.29
# Build polkadot node
cargo build --releaseRunning the relay chain validators
./target/release/polkadot \
--alice \
--validator \
--base-path /tmp/relay/alice \
--chain ./raw-local-chainspec.json \
--port 30333 \
--ws-port 9944Last updated
Was this helpful?