Single Node Configuration
Last updated
Last updated
Single node configuration simulates the network’s functions on a smaller scale (single node), ideal for debugging, testing, and prototype development.
Before launching the network commands, confirm that Docker is installed and open on your machine. To stop your local node, use the following npm
or docker
commands. Before proceeding with this operation, make sure to back up any manually created files in the working directory.
Alternatively, run docker compose down -v; git clean -xfd; git reset --hard
to stop the local node and reset it to its original state. The full list of available commands can be found here.
The following diagram illustrates the architecture and flow of data in single node mode.