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.

28 lines
1.6 KiB

  1. # Documentation
  2. If you're new here, start with the [Tendermint Intro](/intro).
  3. To start building an ABCI application and integrating with Tendermint,
  4. see the [App Development](/docs/guides/app-development)
  5. and [App Architecture](/docs/guides/app-architecture) guides.
  6. To learn more about running the Tendermint software, see the [Using Tendermint Guide](/docs/guides/using-tendermint).
  7. To learn more about Tendermint's various pieces, check out the [Documentation](/docs).
  8. For a deeper dive, see [this thesis](https://atrium.lib.uoguelph.ca/xmlui/handle/10214/9769).
  9. There is also the [original whitepaper](https://tendermint.com/static/docs/tendermint.pdf), though it is now quite outdated.
  10. You might also be interested in the [Cosmos Whitepaper](https://cosmos.network/whitepaper),
  11. which describes Tendermint, ABCI, and how to build a scalable, heterogeneous, cryptocurrency network.
  12. For details on how the software has changed, and what changes are in store, see the [Changelog](https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md) and the [Roadmap](https://github.com/tendermint/tendermint/blob/master/roadmap.md).
  13. If you're interested in contributing, see our [Contributor Guidelines](https://github.com/tendermint/tendermint/blob/master/CONTRIBUTING.md)
  14. The Tendermint [Software Ecosystem](/ecosystem) contains many example applications and related software built by the Tendermint team and others.
  15. Check it out for some motivation and inspiration!
  16. See our [Community](/community) page for more ways to collaborate.
  17. You can also [get in touch with the team](/contact).
  18. Most importantly, enjoy!