Startup script

To start NodeChain, a folder with everything you need is provided. This scripts folder contains the executable that starts both the connector and the nodes.

The script is responsible for starting the Connector, the nodes and sending the requests to register these nodes in the Connector.

Startup Script flowchart

Folder structure

There are three files that are important to recognize:

  • nodechain.py: NodeChain executable

  • defaultConfig.json: Template file with the default parameters of the application.

  • config.json: Configurable file with the default parameters of the application.

Use the guides to learn how to get the full potential of the script.

Using command-line script

Last updated