Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 309 Bytes

build-node-local.md

File metadata and controls

15 lines (11 loc) · 309 Bytes

install environment

https://docs.substrate.io/install/

If you have already installed the Rust environment, you can skip this step.

build mainnet

cargo build --release --features mainnet

build testnet

cargo build --release --features testnet