The Substrate node template provides a working development environment so that you can start building on Substrate right away.
- Open a terminal shell on your computer.
- Clone the node template repository by running the following command:
git clone https://github.com/substrate-developer-hub/substrate-node-template
- Change to the root of the node template directory by running the following command:
cd substrate-node-template
- Compile the node template by running the following command:
cargo build --release