tendermint/docs/index.rst

82 lines
1.9 KiB
ReStructuredText
Raw Normal View History

2017-08-30 19:16:15 -04:00
.. Tendermint documentation master file, created by
sphinx-quickstart on Mon Aug 7 04:55:09 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
2017-09-01 19:42:23 -04:00
Welcome to Tendermint!
======================
2017-08-30 19:16:15 -04:00
2017-09-01 19:42:23 -04:00
2017-09-01 21:04:34 -04:00
.. image:: assets/tmint-logo-blue.png
2017-10-23 17:34:27 -04:00
:height: 200px
:width: 200px
2017-09-01 19:42:23 -04:00
:align: center
Tendermint 101
--------------
2017-08-30 19:16:15 -04:00
.. toctree::
2017-08-30 22:36:16 -04:00
:maxdepth: 2
2017-08-30 19:16:15 -04:00
2018-06-05 10:14:17 -04:00
introduction.md
install.md
getting-started.md
using-tendermint.md
2017-08-30 19:16:15 -04:00
Tendermint Ecosystem
--------------------
.. toctree::
:maxdepth: 2
2018-06-05 10:14:17 -04:00
ecosystem.md
2017-09-12 10:57:34 -04:00
Tendermint Tools
----------------
.. the tools/ files are pulled in from the tools repo
.. see the bottom of conf.py
2017-09-12 10:57:34 -04:00
.. toctree::
2018-06-06 11:04:42 -04:00
:maxdepth: 1
2017-09-12 10:57:34 -04:00
2018-06-05 10:14:17 -04:00
deploy-testnets.md
terraform-and-ansible.md
2018-06-06 11:04:42 -04:00
tools/docker.md
2018-06-06 09:32:18 -04:00
tools/benchmarking.md
tools/monitoring.md
2017-09-13 09:36:28 -04:00
2018-06-05 10:14:17 -04:00
.. TODO fix tools
2017-09-01 19:42:23 -04:00
Tendermint 102
--------------
2017-08-30 19:16:15 -04:00
.. toctree::
2017-08-30 22:36:16 -04:00
:maxdepth: 2
2017-08-30 19:16:15 -04:00
2018-06-05 10:14:17 -04:00
abci-cli.md
abci-spec.rst
app-architecture.md
app-development.md
subscribing-to-events-via-websocket.md
indexing-transactions.md
how-to-read-logs.md
running-in-production.md
2017-08-30 19:16:15 -04:00
2017-09-01 19:42:23 -04:00
Tendermint 201
--------------
2017-08-30 19:16:15 -04:00
.. toctree::
2017-08-30 21:17:07 -04:00
:maxdepth: 2
2017-08-30 19:16:15 -04:00
2018-06-05 10:14:17 -04:00
determinism.md
transactional-semantics.md
2017-08-30 19:16:15 -04:00
2018-06-06 11:04:42 -04:00
.. specification.md
2017-09-01 19:42:23 -04:00
* For a deeper dive, see `this thesis <https://atrium.lib.uoguelph.ca/xmlui/handle/10214/9769>`__.
* There is also the `original whitepaper <https://tendermint.com/static/docs/tendermint.pdf>`__, though it is now quite outdated.
2017-09-01 20:59:27 -04:00
* 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.
2017-09-01 19:42:23 -04:00
* For example applications and related software built by the Tendermint team and other, see the `software ecosystem <https://tendermint.com/ecosystem>`__.
2017-08-30 19:16:15 -04:00
Join the `community <https://cosmos.network/community>`__ to ask questions and discuss projects.