zencoding / beat

BEAT: Asynchronous BFT Made Practical

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEAT: Asynchronous BFT Made Practical

  • BEAT is an asynchronous Byzantine fault-tolerant protocol with high throughput and great scalability.

  • This repository contains a Python 2.7 implementation of the BEAT protocols. The prototype is built based on the implementation of HoneyBadgerBFT, another asynchronous BFT protocol https://github.com/amiller/HoneyBadgerBFT

  • Currently, only BEAT0 has been released. Other BEAT protocols will be released soon.

  • Please refer to the following paper for more details.

    • Duan, Sisi, Michael K. Reiter, and Haibin Zhang. "BEAT: Asynchronous bft made practical." Proceedings of the ACM SIGSAC Conference on Computer and Communications Security (CCS). 2018.

About

BEAT: Asynchronous BFT Made Practical

License:Apache License 2.0


Languages

Language:Python 89.0%Language:Shell 11.0%