Browse Source

Link to "The latest gossip on BFT consensus" (#2102)

The paper is such a useful resource to anyone building on Tendermint. It should be linked in the ReadMe.
pull/2105/head
Zaki Manian 6 years ago
committed by Anton Kaliaev
parent
commit
fef4fe1c66
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -22,7 +22,7 @@ develop | [![CircleCI](https://circleci.com/gh/tendermint/tendermint/tree/deve
Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine - written in any programming language -
and securely replicates it on many machines.
For protocol details, see [the specification](/docs/spec).
For protocol details, see [the specification](/docs/spec). For a consensus proof and detailed protocol analysis checkout our recent paper, "[The latest gossip on BFT consensus](https://arxiv.org/abs/1807.04938)".
## A Note on Production Readiness


Loading…
Cancel
Save