Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 399 Bytes

File metadata and controls

6 lines (4 loc) · 399 Bytes

Hashgraph implementation in Ruby

This repository contains an implementation of the Hashgraph distributed byzantine fault tolerant consensus algorithm written in Ruby. The algorithm is patented by Leemon Baird and Swirlds. The whitepaper can be found here.

This implementation is not official and probably has bugs. Use at your own risk.