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.

73 lines
1.9 KiB

7 years ago
6 years ago
6 years ago
6 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. Introduction
  12. ------------
  13. .. toctree::
  14. :maxdepth: 1
  15. introduction.md
  16. install.md
  17. getting-started.md
  18. using-tendermint.md
  19. deploy-testnets.md
  20. ecosystem.md
  21. Tendermint Tools
  22. ----------------
  23. .. the tools/ files are pulled in from the tools repo
  24. .. see the bottom of conf.py
  25. .. toctree::
  26. :maxdepth: 1
  27. tools/docker.md
  28. terraform-and-ansible.md
  29. tools/benchmarking.md
  30. tools/monitoring.md
  31. ABCI, Apps, Logging, Etc
  32. ------------------------
  33. .. toctree::
  34. :maxdepth: 1
  35. abci-cli.md
  36. abci-spec.md
  37. app-architecture.md
  38. app-development.md
  39. subscribing-to-events-via-websocket.md
  40. indexing-transactions.md
  41. how-to-read-logs.md
  42. running-in-production.md
  43. metrics.md
  44. Research & Specification
  45. ------------------------
  46. .. toctree::
  47. :maxdepth: 1
  48. determinism.md
  49. transactional-semantics.md
  50. .. specification.md ## keep this file for legacy purpose. needs to be fixed though
  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.