/lorenzo

Lorenzo is a protocol that enhances Bitcoin liquidity while securing the decentralized world via Babylon

Primary LanguageGoOtherNOASSERTION

Lorenzo

Website

Build and install

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.

Requirements

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

Contributing

The docs directory contains the necessary information on how to get started using the lorenzod executable for development purposes.