To build:
- Install GHC and Cabal: http://www.haskell.org/ghc/ https://www.haskell.org/cabal/ (or use a package manager)
cabal updatecabal install --only-dependenciescabal configurecabal 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.