overlord 0.2.0-alpha.6

Overlord consensus procotol.
Documentation

Overlord

TravisCI License Minimum rustc version

Overlord consensus protocol.

Intruduction

Overlord is a new consensus protocol that decouple the consensus process from the execution process.

Detaild intruduction: 中文|English

Usage

From cargo

[dependencies]
overlord = "0.2.0-alpha.6"

Example

We simulated a salon scene to show an example of using overlord.

A distributed system for reaching a consensus on the content of a speech is realized by simulating the dialogue between speakers through the communication between threads.

Run the example by cargo run --example salon, and the system will output the agreed speech content in turn. Click here to see the detail.

It will check whether different speakers agree on the content of the speech.

Projects using Overlord

  • Muta, a high-performance blockchain framework.
  • Huobi-chain, the next generation high performance public chain for financial infrastructure.