Startup script
Last updated
Last updated
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.
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.
The defaultConfig.json
file is a template used to mantain the default configuration. In case you want to change the default configuration you have to add the changes to the config.json
file.
Use the guides to learn how to get the full potential of the script.