Skip to content
Loong edited this page Sep 25, 2019 · 12 revisions

Welcome to the Hyperdrive wiki!

Hyperdrive is an implementation of a Byzantine fault tolerant consensus algorithm designed for secure multi-party computations. It is based on the algorithm described in "the lastest gossip on BFT consensus" by Buchman et al. with modifications for interactive execution and sharding.

Transactions, execution plans, states, networking, and persistent storage are intentionally left undefined. It is up to the user to define and implement these data structures and functionality. In practice, 🌪 airwave is used for peer-to-peer networking, and 📦 kv is used for cached persistent storage.

Clone this wiki locally