tendermint/docs/index.rst

73 lines
1.9 KiB
ReStructuredText
Raw Normal View History

2017-08-30 16:16:15 -07: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 16:42:23 -07:00
Welcome to Tendermint!
======================
2017-08-30 16:16:15 -07:00
2017-09-01 16:42:23 -07:00
2017-09-01 18:04:34 -07:00
.. image:: assets/tmint-logo-blue.png
2017-10-23 14:34:27 -07:00
:height: 200px
:width: 200px
2017-09-01 16:42:23 -07:00
:align: center
2018-06-07 06:41:07 -07:00
Introduction
------------
2017-08-30 16:16:15 -07:00
.. toctree::
2018-06-07 06:41:07 -07:00
:maxdepth: 1
2017-08-30 16:16:15 -07:00
2018-06-05 07:14:17 -07:00
introduction.md
install.md
getting-started.md
using-tendermint.md
2018-06-07 06:41:07 -07:00
deploy-testnets.md
2018-06-05 07:14:17 -07:00
ecosystem.md
2017-09-12 07:57:34 -07:00
Tendermint Tools
----------------
.. the tools/ files are pulled in from the tools repo
.. see the bottom of conf.py
2017-09-12 07:57:34 -07:00
.. toctree::
2018-06-06 08:04:42 -07:00
:maxdepth: 1
2017-09-12 07:57:34 -07:00
2018-06-06 08:04:42 -07:00
tools/docker.md
2018-06-07 06:41:07 -07:00
terraform-and-ansible.md
2018-06-06 06:32:18 -07:00
tools/benchmarking.md
tools/monitoring.md
2017-09-13 06:36:28 -07:00
2018-06-07 06:41:07 -07:00
ABCI, Apps, Logging, Etc
------------------------
2017-08-30 16:16:15 -07:00
.. toctree::
2018-06-07 06:41:07 -07:00
:maxdepth: 1
2017-08-30 16:16:15 -07:00
2018-06-05 07:14:17 -07:00
abci-cli.md
2018-06-07 06:41:07 -07:00
abci-spec.md
2018-06-05 07:14:17 -07:00
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 16:16:15 -07:00
2018-06-07 06:41:07 -07:00
Research & Specification
------------------------
2017-08-30 16:16:15 -07:00
.. toctree::
2018-06-07 06:41:07 -07:00
:maxdepth: 1
2017-08-30 16:16:15 -07:00
2018-06-05 07:14:17 -07:00
determinism.md
transactional-semantics.md
2017-08-30 16:16:15 -07:00
2018-06-07 06:41:07 -07:00
.. specification.md ## keep this file for legacy purpose. needs to be fixed though
2018-06-06 08:04:42 -07:00
2017-09-01 16:42:23 -07: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 17:59:27 -07: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 16:42:23 -07: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 16:16:15 -07:00
Join the `community <https://cosmos.network/community>`__ to ask questions and discuss projects.