Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 379 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 379 Bytes

Chronos

What is it?

Pure go implementation of asynchronous consensus, including byzantine reliable broadcast, byzantine agreement and so on.

Run

git clone https://github.com/wz14/Chronos.git
cd Chronos
docker build . -t Chronos
docker run Chronos 2>/dev/null  # without logs
docker run Chronos              # with logs

LICENSE

Licensed by Apache 2.0.