This is an automated email from the ASF dual-hosted git repository.

junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/master by this push:
     new a69c34c2 Update README.md
a69c34c2 is described below

commit a69c34c25b17fd86150b407bd4909cd445b07196
Author: cjcchen <[email protected]>
AuthorDate: Fri May 10 00:37:48 2024 +0800

    Update README.md
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 399f75c3..2543f1cd 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,9 @@
 
 **[ResilientDB](https://resilientdb.com/)** is a **High Throughput Yielding 
Permissioned Blockchain Fabric** founded by **[ExpoLab](https://expolab.org/)** 
at **[UC Davis](https://www.ucdavis.edu/)** in 2018. 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**.
 
+# Downloads:
+Download address for run-directly software package: 
https://downloads.apache.org/incubator/resilientdb/
+
 ### Quick Facts on ResilientDB
 1. ResilientDB orders client transactions through a highly optimized 
implementation of the  **[PBFT](https://pmg.csail.mit.edu/papers/osdi99.pdf)** 
[Castro and Liskov, 1998] protocol, which helps to achieve consensus among its 
replicas. ResilientDB also supports deploying other 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:// [...]
 2. ResilientDB requires deploying at least **3f+1** replicas, where **f (f > 
0)** is the maximum number of arbitrary (or malicious) replicas.

Reply via email to