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.

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