This guide explains how to set up and run a local Subspace blockchain node, noting that its storage may differ slightly from the mainnet.
First, clone the Subspace blockchain node repository:
Compile the project using Cargo:
Optional: If you want to include the testnet faucet, use:
Start your local node:
You can also run a second node with:
Once the node is running, you can connect to it at:
ws://localhost:9951
--alice
and --bob
flags are used to run predefined validator nodes.