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.

33 lines
1.5 KiB

  1. ---
  2. title: Tendermint Core Documentation
  3. description: Tendermint Core is a blockchain application platform.
  4. footer:
  5. newsletter: false
  6. ---
  7. # Tendermint
  8. Welcome to the Tendermint Core documentation!
  9. Tendermint Core is a blockchain application platform; it provides the equivalent
  10. of a web-server, database, and supporting libraries for blockchain applications
  11. written in any programming language. Like a web-server serving web applications,
  12. Tendermint serves blockchain applications.
  13. More formally, Tendermint Core performs Byzantine Fault Tolerant (BFT)
  14. State Machine Replication (SMR) for arbitrary deterministic, finite state machines.
  15. For more background, see [What is
  16. Tendermint?](introduction/what-is-tendermint.md).
  17. To get started quickly with an example application, see the [quick start guide](introduction/quick-start.md).
  18. To learn about application development on Tendermint, see the [Application Blockchain Interface](../spec/abci).
  19. For more details on using Tendermint, see the respective documentation for
  20. [Tendermint Core](tendermint-core/), [benchmarking and monitoring](tools/), and [network deployments](nodes/).
  21. To find out about the Tendermint ecosystem you can go [here](https://github.com/tendermint/awesome#ecosystem). If you are a project that is using Tendermint you are welcome to make a PR to add your project to the list.
  22. ## Contribute
  23. To contribute to the documentation, see [this file](https://github.com/tendermint/tendermint/blob/master/docs/DOCS_README.md) for details of the build process and considerations when making changes.