Overlord
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.1"
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.