aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-10-13 19:38:04 -0400
committerDeterminant <ted.sybil@gmail.com>2019-10-13 19:38:04 -0400
commit5673afd8658b82f8951042d85fa9d619fdfa6e64 (patch)
tree7ff1cc81b137e18802f271e0d52a42c755f5736a
parent7883c134ab6567aa95439633669dfb9bb3d1ee91 (diff)
update readme
-rw-r--r--README.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 8852e88..4560092 100644
--- a/README.rst
+++ b/README.rst
@@ -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
========