You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
636 B

  1. ---
  2. order: 1
  3. parent:
  4. title: Understanding Tendermint
  5. order: 5
  6. ---
  7. # Overview
  8. This section dives into the internals of Go-Tendermint.
  9. - [Using Tendermint](./using-tendermint.md)
  10. - [Subscribing to events](./subscription.md)
  11. - [Block Structure](./block-structure.md)
  12. - [RPC](./rpc.md)
  13. - [Block Sync](./block-sync/README.md)
  14. - [State Sync](./state-sync/README.md)
  15. - [Mempool](./mempool/README.md)
  16. - [Light Client](./light-client.md)
  17. - [Consensus](./consensus/README.md)
  18. - [Peer Exchange (PEX)](./pex/README.md)
  19. - [Evidence](./evidence/README.md)
  20. For full specifications refer to the [spec repo](https://github.com/tendermint/spec).