docs/spec: blockchain and consensus dirs

This commit is contained in:
Ethan Buchman 2018-05-20 00:28:47 -04:00
parent 773e3917ec
commit 1ef415728d
8 changed files with 9 additions and 4 deletions

View File

@ -10,12 +10,17 @@ please submit them to our [bug bounty](https://tendermint.com/security)!
## Contents
- [Overview](#overview)
### Data Structures
- [Overview](#overview)
- [Encoding and Digests](encoding.md)
- [Blockchain](blockchain.md)
- [State](state.md)
- [Encoding and Digests](./blockchain/encoding.md)
- [Blockchain](./blockchain/blockchain.md)
- [State](./blockchain/state.md)
### Consensus Protocol
- TODO
### P2P and Network Protocols