Bringing Bitcoin security to Cosmos and beyond.
The babylond application based on the Cosmos SDK is the main application of the Babylon network. This repository is used to build the Babylon core application to join the Babylon 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/babylond
.
To install:
make install
For the most up-to-date documentation please visit docs.babylonchain.io
Please follow the instructions on the Joining the Testnet documentation page.
The docs directory contains the necessary information on how to get started using the babylond executable for development purposes.