Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.88 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.88 KB

radixdlt

This is the monorepo for consensus, networking and Java client library for the Radix DLT Distributed Ledger.

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

Table of contents

Subdirectories

Here we have:

Contribute

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
documentation Radix Knowledge Base
forum Radix Technical Forum
@radixdlt Follow Radix DLT on Twitter

License

The radixdlt-core, radixdlt-engine, radixdlt-java-common, radixdlt-regression code is released under the Apache 2.0 License.

The radixdlt-java library is released under the MIT License.