From 55450935b76ba0120780b61cdb7381181de8b606 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Sun, 25 Sep 2016 17:10:34 +0900 Subject: [PATCH] Add Tendermint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6940cff..9bbf645f 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp. * [raft](https://github.com/coreos/etcd/tree/master/raft#readme) - Go implementation of the Raft consensus protocol, by CoreOS. * [sleuth](https://github.com/ursiform/sleuth) - A library for master-less p2p auto-discovery and RPC between HTTP services (using [ZeroMQ](https://github.com/zeromq/libzmq)). +* [tendermint](https://github.com/tendermint/tendermint) - High-performance middleware for transforming a state machine written in any programming language into a Byzantine Fault Tolerant replicated state machine using the Tendermint consensus and blockchain protocols. * [torrent](https://github.com/anacrolix/torrent) - BitTorrent client package. * [dht](https://godoc.org/github.com/anacrolix/torrent/dht) - BitTorrent Kademlia DHT implementation. * [go-peerflix](https://github.com/Sioro-Neoku/go-peerflix) - Video streaming torrent client.