Launching the Local Relay Chain
git clone --branch release-v1.1.0 https://github.com/paritytech/polkadot-sdk.gitcd polkadotcargo build --release./target/release/polkadot --helpnohup ./target/release/polkadot --alice --validator --chain custom-spec-raw.json --port 30333 --rpc-port 9944 --rpc-cors all --unsafe-rpc-external >alice.log 2>&1 &nohup ./target/release/polkadot --bob --validator --chain custom-spec-raw.json --port 30334 --rpc-Last updated