Python implementation of Istanbul BFT algorithm using Flask. Experimental
Needs python3, flask, tmux (for test/run*.sh scripts)
Run
test/run.shto try it out; tmux required.
Several scripts to experiment with defective parties are included in test/run*.sh.
You can also run it directly (but you'll need to launch all the nodes manually)
python run.py 0 --lambda "decide this"Implements the Istanbul BFT algorithm according to this paper: https://arxiv.org/abs/2002.03613