/RubyHashgraph

Implementing the Hashgraph consensus algorithm in Ruby

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

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.