edjroz / babylon

Main repo for Babylon full node

Home Page:https://babylonchain.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babylon

Bringing Bitcoin security to Cosmos and beyond.

Website Whitepaper Twitter Discord

Build and install

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.

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/babylond .

To install:

make install

Documentation

For the most up-to-date documentation please visit docs.babylonchain.io

Joining the testnet

Please follow the instructions on the Joining the Testnet documentation page.

Contributing

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

About

Main repo for Babylon full node

https://babylonchain.io

License:Apache License 2.0


Languages

Language:Go 97.9%Language:Makefile 1.6%Language:Shell 0.4%Language:Dockerfile 0.1%