Standard Node
Deploying an Ontology standards compliant node
Ontology CLI
The command line interface allows developers to download and run a private node on a local machine.
This allows developers to carry out testing without having to connect to the TestNet or the MainNet, which is a lot faster and efficient.
Installation
The Command Line Interface (CLI) is a part of Ontology's core implementation.
The CLI, along with the node can be downloaded by executing the following shell commands-
Cloning the repo
or
Navigate to the local repository
Install project dependencies
Directly build from source code
Last updated