Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 651 Bytes

File metadata and controls

16 lines (16 loc) · 651 Bytes

Let's get the Substrate node template set up on your computer!

The Substrate node template provides a working development environment so that you can start building on Substrate right away.

To compile the Substrate node template:

  1. Open a terminal shell on your computer.
  2. Clone the node template repository by running the following command:
git clone https://github.com/substrate-developer-hub/substrate-node-template
  1. Change to the root of the node template directory by running the following command:
cd substrate-node-template
  1. Compile the node template by running the following command:
cargo build --release