After your node compiles, you are ready to start the local substrate node:
- Open a terminal shell.
- Change to the root directory where you compiled the Substrate node template:
cd substrate-node-template
- Start the node in development mode by running the following command:
./target/release/node-template --dev
- Verify your node is up and running successfully by reviewing the output displayed in the terminal, it should display output similar to this: