Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
resilientdb authored Feb 23, 2023
1 parent 23644e3 commit d433fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ResilientDB: Global-Scale Sustainable Blockchain Fabric

ResilientDB is a **High Throughput Yielding Permissioned Blockchain Fabric**. ResilientDB advocates a **system-centric** design by adopting a **multi-threaded architecture** that encompasses **deep-pipelines**. Further, ResilientDB **separates** the ordering of client transactions from their execution, which allows it to **process messages out-of-order**.
ResilientDB is a **High Throughput Yielding Permissioned Blockchain Fabric** founded by **[ExpoLab](https://expolab.org/)** at **[UC Davis](https://www.ucdavis.edu/)**. ResilientDB advocates a **system-centric** design by adopting a **multi-threaded architecture** that encompasses **deep-pipelines**. Further, ResilientDB **separates** the ordering of client transactions from their execution, which allows it to **process messages out-of-order**.

### Quick Facts on ResilientDB
1. ResilientDB's core consensus protocol is based on a highly optimized **[PBFT](https://pmg.csail.mit.edu/papers/osdi99.pdf)** [Castro and Liskov, 1998] implementation to achieve agreement among replicas. The core consensus layer is further expanded with the state-of-the-art consensus protocols *[the release is pending]* such as **[GeoBFT](http://www.vldb.org/pvldb/vol13/p868-gupta.pdf)**, **[PoE](https://openproceedings.org/2021/conf/edbt/p111.pdf)**, **[RCC](https://arxiv.org/abs/1911.00837)**, **[RingBFT](https://openproceedings.org/2022/conf/edbt/paper-73.pdf)**, **[PVP](https://arxiv.org/abs/2302.02325)**, **[PoC](https://arxiv.org/abs/2302.02118)**, **[HotStuff](https://arxiv.org/abs/1803.05069)**, **[DAG](https://arxiv.org/pdf/2105.11827.pdf)**.
Expand Down

0 comments on commit d433fe3

Please sign in to comment.