Skip to main content
Version: 3.x

Run a Substrate Node

The substrate-contracts-node is a simple Substrate blockchain which is configured to include the contracts module.

It's a comfortable option if you want to get a quickstart.

After successfully installing substrate-contracts-node, you can start a local development chain by running:

substrate-contracts-node --dev

An image of the terminal starting a Substrate node

You should start to see blocks being produced by your node in your terminal.

You can interact with your node using the Contracts UI:

https://github.com/paritytech/contracts-ui

Now configure the UI to connect to the locally running node:

  • Click on the dropdown selector at top left corner.
  • Choose the Local Node.

Connect to local node