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.

75 lines
1.8 KiB

7 years ago
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.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/mintnet-kubernetes.rst
  34. tools/benchmarking.rst
  35. tools/monitoring.rst
  36. Tendermint 102
  37. --------------
  38. .. toctree::
  39. :maxdepth: 2
  40. abci-cli.rst
  41. abci-spec.rst
  42. app-architecture.rst
  43. app-development.rst
  44. how-to-read-logs.rst
  45. Tendermint 201
  46. --------------
  47. .. toctree::
  48. :maxdepth: 2
  49. specification.rst
  50. determinism.rst
  51. * For a deeper dive, see `this thesis <https://atrium.lib.uoguelph.ca/xmlui/handle/10214/9769>`__.
  52. * There is also the `original whitepaper <https://tendermint.com/static/docs/tendermint.pdf>`__, though it is now quite outdated.
  53. * 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.
  54. * For example applications and related software built by the Tendermint team and other, see the `software ecosystem <https://tendermint.com/ecosystem>`__.
  55. Join the `community <https://cosmos.network/community>`__ to ask questions and discuss projects.