Skip to content

Commit

Permalink
Merge pull request #69 from kamaci/master
Browse files Browse the repository at this point in the history
fixed typo at README.md
  • Loading branch information
resilientdb authored Aug 18, 2023
2 parents aaebaff + 4847f6b commit d105f85
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
Expand Up @@ -5,7 +5,7 @@
### 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 *[release are planned]* such as **[GeoBFT](http://www.vldb.org/pvldb/vol13/p868-gupta.pdf)** [**[blog](https://blog.resilientdb.com/2023/03/07/GeoBFT.html), [released](https://github.com/resilientdb/resilientdb/releases/tag/nexres-v1.1.0)**], **[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)**, **[PoC](https://arxiv.org/abs/2302.02325)**, **[SpotLess](https://arxiv.org/abs/2302.02118)**, **[HotStuff](https://arxiv.org/abs/1803.05069)**, and **[DAG](https://arxiv.org/pdf/2105.11827.pdf)**.
2. ResilientDB expects minimum of **3f+1** replicas, where **f** is the maximum number of arbitrary (or malicious) replicas.
3. ReslientDB designates one of its replicas as the **primary** (replicas with identifier **0**), which is also responsible for initiating the consensus.
3. ResilientDB designates one of its replicas as the **primary** (replicas with identifier **0**), which is also responsible for initiating the consensus.
4. ResilientDB exposes a wide range of interfaces such as a **Key-Value**, **Smart Contracts**, **UTXO**, and **Python SDK**. Examples DApp that are being built on ResilientDB are: **[NFT Marketplace](https://nft.resilientdb.com/)** and **[Debitable](https://debitable.resilientdb.com/)**.
5. To facilitate the persistence of the chain and chain state, ResilientDB provides durability through **LevelDB** and **RocksDB**.
6. To support deployment and maintenance, ResilientDB provides access to a seamless **GUI display** along with access to **Grafana** for plotting monitoring data.
Expand Down

0 comments on commit d105f85

Please sign in to comment.