liamzebedee / tiny-tendermint

2 stars 0 forks source link

tiny-tendermint

A tiny (sub 500 LOC) implementation of the Tendermint consensus algorithm for BFT state machine replication in Go.

Work-in-progress.

Usage.

go test ./... -count=1 -v -run Test

Readings.

Changes.