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.

78 lines
1.9 KiB

7 years ago
7 years ago
6 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.rst
  16. install.rst
  17. getting-started.rst
  18. using-tendermint.rst
  19. Tendermint Ecosystem
  20. --------------------
  21. .. toctree::
  22. :maxdepth: 2
  23. ecosystem.rst
  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.rst
  31. terraform-and-ansible.rst
  32. tools/docker.rst
  33. tools/benchmarking.rst
  34. tools/monitoring.rst
  35. Tendermint 102
  36. --------------
  37. .. toctree::
  38. :maxdepth: 2
  39. abci-cli.rst
  40. abci-spec.rst
  41. app-architecture.rst
  42. app-development.rst
  43. subscribing-to-events-via-websocket.rst
  44. indexing-transactions.rst
  45. how-to-read-logs.rst
  46. running-in-production.rst
  47. Tendermint 201
  48. --------------
  49. .. toctree::
  50. :maxdepth: 2
  51. specification.rst
  52. determinism.rst
  53. transactional-semantics.rst
  54. * For a deeper dive, see `this thesis <https://atrium.lib.uoguelph.ca/xmlui/handle/10214/9769>`__.
  55. * There is also the `original whitepaper <https://tendermint.com/static/docs/tendermint.pdf>`__, though it is now quite outdated.
  56. * 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.
  57. * For example applications and related software built by the Tendermint team and other, see the `software ecosystem <https://tendermint.com/ecosystem>`__.
  58. Join the `community <https://cosmos.network/community>`__ to ask questions and discuss projects.