Skip to content

GaryHalo/babylon-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radix Babylon Node

This is the repository for the upcoming Babylon release of the Radix Node.

It includes a variant implementation of the HotStuff BFT-style consensus.

Subdirectories

Here we have:

  • core: The core node, consensus and networking modules - written in Java
  • core-rust-bridge: A bridge between the Java core and the Rust core-rust - written in Java. This will likely be merged into core at some point.
  • core-rust: Includes the Core API, and the "State Manager" which wraps the Babylon engine - this is written in Rust. We pull in the Babylon engine from the radixdlt-scrypto repository.
  • cli-tools: Various basic command line helpers to assist with spinning up nodes and networks.
  • common: Common Java utilities used by various modules. This will likely be merged into core once the Olympia Engine has been removed.
  • shell: Examples for how to run Radix shell, which can enable spinning up temporary interactive nodes. The Radix Shell code itself is in cli-tools.
  • docker: An option for running a network of nodes locally. You can also use the "Run Single Validator" IntelliJ option.

Until the Babylon engine is feature-compatible with Olympia, we are keeping around the Olympia engine for some of our tests.

  • olympia-engine: The Olympia Radix execution layer which provides a UTXO-based state machine

Contribute

To contribute, you'll need to setup development environment.

Contributions are welcome, we simply ask to:

  • Fork the codebase
  • Make changes
  • Submit a pull request for review

When contributing to this repository, we recommend discussing with the development team the change you wish to make using a GitHub issue before making changes.

Please follow our Code of Conduct in all your interactions with the project.

Links

Link Description
radixdlt.com Radix DLT Homepage
docs-babylon.radixdlt.com Radix Babylon Technical Documentation
learn.radixdlt.com Radix Knowledge Base
discord invite Radix Discord Server

License

The code in this repository is released under the Radix License.

About

The Java Node, updated for Babylon

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.6%
  • Rust 12.2%
  • Other 0.2%