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.

41 lines
1.1 KiB

  1. # Tendermint
  2. Welcome to the Tendermint Core documentation! Below you'll find an
  3. overview of the documentation.
  4. Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state
  5. transition machine - written in any programming language - and securely
  6. replicates it on many machines. In other words, a blockchain.
  7. Tendermint requires an application running over the Application Blockchain
  8. Interface (ABCI) - and comes packaged with an example application to do so.
  9. ## Getting Started
  10. Here you'll find quick start guides and links to more advanced "get up and running"
  11. documentation.
  12. ## Core
  13. Details about the core functionality and configuration of Tendermint.
  14. ## Tools
  15. Benchmarking and monitoring tools.
  16. ## Networks
  17. Setting up testnets manually or automated, local or in the cloud.
  18. ## Apps
  19. Building appplications with the ABCI.
  20. ## Specification
  21. Dive deep into the spec. There's one for each Tendermint and the ABCI
  22. ## Edit the Documentation
  23. See [this file](./DOCS_README.md) for details of the build process and
  24. considerations when making changes.