Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 585 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 585 Bytes

Tangaroa

Raft with Byzantine Fault Tolerance in Haskell

To build:

See the bin directory for example server and client implementations. The bft*.sh or bftservers.sh scripts will launch BFT Raft nodes, and bftclient.sh will launch a client to connect to them.

For standard Raft, use client.sh and servers.sh.