Skip to content

xygdys/Chronos

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.0%
  • Other 1.0%