The lorenzod application based on the Cosmos SDK is the main application of the Lorenzo network. This repository is used to build the Lorenzo core application to join the Lorenzo network.
To build and install, you need to have Go 1.19 available. Follow the instructions on the Golang page to do that.
To build the binary:
make build
The binary will then be available at ./build/lorenzod
.
To install:
make install
The docs directory contains the necessary information on how to get started using the lorenzod executable for development purposes.