18 lines
394 B
Markdown
Raw Normal View History

2017-12-26 18:43:03 -05:00
# Tendermint Specification
This is a markdown specification of the Tendermint blockchain.
It defines the base data structures used in the blockchain and how they are validated.
It contains the following components:
- [Encoding and Digests](encoding.md)
- [Blockchain](blockchain.md)
- [State](state.md)
TODO:
- Light Client
- P2P
- Reactor protocols (consensus, mempool, blockchain, pex)