mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
18 lines
394 B
Markdown
18 lines
394 B
Markdown
|
# 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)
|