Skip to content

astrn567/babylon

 
 

Repository files navigation

Babylon

Bringing Bitcoin security to Cosmos and beyond.

Website Whitepaper Twitter Discord Medium

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.3%
  • Makefile 1.1%
  • Other 0.6%