After your node compiles, you are ready to start the local substrate node:

  1. Open a terminal shell.
  2. Change to the root directory where you compiled the Substrate node template:
    cd substrate-node-template
  3. Start the node in development mode by running the following command:
    ./target/release/node-template --dev
  4. Verify your node is up and running successfully by reviewing the output displayed in the terminal, it should display output similar to this:
Scroll to Top