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.

21 lines
1.1 KiB

  1. # Next Steps
  2. By now you've seen how to run a simple example ABCI application on a local Tendermint node
  3. and on a remote Tendermint cluster.
  4. To learn more about building ABCI applications and integrating with Tendermint, see the [Developer Guides](/docs/guides/app-development).
  5. To learn more about running the Tendermint software, see the [Using Tendermint Guide](/docs/guides/using-tendermint).
  6. To learn more about Tendermint's various pieces, checkout the [Documentation](/docs).
  7. For a deeper dive, see [this thesis](https://atrium.lib.uoguelph.ca/xmlui/handle/10214/9769).
  8. There is also the [original whitepaper](/static/docs/tendermint.pdf), though it is now quite outdated.
  9. The Tendermint [Software Ecosystem](/ecosystem) contains many example applications and related software built by the Tendermint team and others. Check it out for some inspiration!
  10. For details on how the software has changed, and what changes are in store, see the [Changelog](/docs/changelog) and the [Roadmap](/docs/roadmap).
  11. See our [Community](/community) page for more ways to collaborate.
  12. You can also [get in touch with the team](/contact).
  13. Most importantly, enjoy!