Setting Up a Node
Setting Up a Shadows Node
1. Building
Install Rust:
curl https://sh.rustup.rs -sSf | sgit config --global submodule.recurse trueInstall required tools and install git hooks:
make initBuild all native code:
make build2. Run
You can start a development chain with
make run3. Development
To type check:
make checkTo purge old chain data:
make purgeTo purge old chain data and run:
make restartLast updated
Was this helpful?