diff options
author | Determinant <[email protected]> | 2019-10-13 19:38:04 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-10-13 19:38:04 -0400 |
commit | 5673afd8658b82f8951042d85fa9d619fdfa6e64 (patch) | |
tree | 7ff1cc81b137e18802f271e0d52a42c755f5736a | |
parent | 7883c134ab6567aa95439633669dfb9bb3d1ee91 (diff) |
update readme
-rw-r--r-- | README.rst | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ libhotstuff is a general-purpose BFT state machine replication library with modularity and simplicity, suitable for building hybrid consensus cryptocurrencies. +Paper +===== + +This repo includes the prototype implementation evaluated in our *HotStuff: BFT +Consensus in the Lens of Blockchain* paper. The consensus protocol is also used +by Facebook in Libra_ project. + +Feel free to contact us if you'd like to reproduce the results in the paper, or +tweak the code for your own project/product. + +- Full paper: https://arxiv.org/abs/1803.05069 +- PODC 2019 paper: https://dl.acm.org/citation.cfm?id=3331591 + +.. _Libra: https://github.com/libra + Features ======== |