The inception of Bitcoin and blockchain has renewed the vision of a democratic and decentralized computational paradigm. This vision aims to integrate privacy, integrity, transparency, and accountability directly into the computational model.
At the heart of this paradigm shift lies a family of fault-tolerant consensus protocols. Historically, these have struggled to meet the performance demands of modern applications, signaling a need for evolution.
To address these challenges, Apache ResilientDB (Incubating) has boldly reimagined the blockchain fabric through a scale-centric lens. Our complete redesign incorporates parallelism and deep pipelining at every layer, optimizing for modern hardware and global cloud infrastructure.
Explore Apache ResilientDB (Incubating), a high-throughput blockchain fabric with a multi-threaded design.
GraphQL Support
Wallet Integration
SDK Support
In-Memory
Durable Storage
Multiple Interfaces
RPC Architecture
Dockerized CLI
Secure Authentication
Open Source
Our publications over the years
Download ASF release of Apache ResilientDB (Incubating)
Download the latest source code release from Apache
It is essential to verify the integrity of downloaded files using the PGP signature (.asc) or SHA512 hash (.sha512).
First, download the KEYS file containing the public keys used to sign releases.
gpg --import KEYSDownload the .asc signature file and verify:
gpg --verify apache-resilientdb-1.11.0-incubating-src.tar.gz.asc apache-resilientdb-1.11.0-incubating-src.tar.gzDownload the .sha512 hash file and verify:
shasum -a 512 -c apache-resilientdb-1.11.0-incubating-src.tar.gz.sha512On Linux, you can use sha512sum instead of shasum -a 512.