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.

80 lines
1.9 KiB

7 years ago
7 years ago
  1. .. Tendermint documentation master file, created by
  2. sphinx-quickstart on Mon Aug 7 04:55:09 2017.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to Tendermint!
  6. ======================
  7. .. image:: assets/tmint-logo-blue.png
  8. :height: 200px
  9. :width: 200px
  10. :align: center
  11. Tendermint 101
  12. --------------
  13. .. toctree::
  14. :maxdepth: 2
  15. introduction.md
  16. install.md
  17. getting-started.md
  18. using-tendermint.md
  19. Tendermint Ecosystem
  20. --------------------
  21. .. toctree::
  22. :maxdepth: 2
  23. ecosystem.md
  24. Tendermint Tools
  25. ----------------
  26. .. the tools/ files are pulled in from the tools repo
  27. .. see the bottom of conf.py
  28. .. toctree::
  29. :maxdepth: 2
  30. deploy-testnets.md
  31. terraform-and-ansible.md
  32. tools/docker.rst
  33. tools/benchmarking.rst
  34. tools/monitoring.rst
  35. .. TODO fix tools
  36. Tendermint 102
  37. --------------
  38. .. toctree::
  39. :maxdepth: 2
  40. abci-cli.md
  41. abci-spec.rst
  42. app-architecture.md
  43. app-development.md
  44. subscribing-to-events-via-websocket.md
  45. indexing-transactions.md
  46. how-to-read-logs.md
  47. running-in-production.md
  48. Tendermint 201
  49. --------------
  50. .. toctree::
  51. :maxdepth: 2
  52. specification.md
  53. determinism.md
  54. transactional-semantics.md
  55. * For a deeper dive, see `this thesis <https://atrium.lib.uoguelph.ca/xmlui/handle/10214/9769>`__.
  56. * There is also the `original whitepaper <https://tendermint.com/static/docs/tendermint.pdf>`__, though it is now quite outdated.
  57. * Readers might also be interested in the `Cosmos Whitepaper <https://cosmos.network/whitepaper>`__ which describes Tendermint, ABCI, and how to build a scalable, heterogeneous, cryptocurrency network.
  58. * For example applications and related software built by the Tendermint team and other, see the `software ecosystem <https://tendermint.com/ecosystem>`__.
  59. Join the `community <https://cosmos.network/community>`__ to ask questions and discuss projects.