tendermint/docs
Ethan Buchman f5824bc837
Update abci and app docs (#2470)
* mempool: update some comments

* make build_c

* docs: notes about databases and WAL files

* docs: determinism. closes #1279

* docs: small note about query paths. closes #2090

* docs: gas

* docs: abci consensus params
2018-09-23 01:14:05 -04:00
..
.vuepress docs: Add assets/instructions for local docs build (#2453) 2018-09-21 13:39:55 +02:00
app-dev minor note in indexing-transactions.md (#2443) (#2444) 2018-09-19 13:46:37 +04:00
architecture adr-021: note about tag spacers (#2362) 2018-09-19 18:56:23 -04:00
imgs docs: fix links & other imrpvoements 2018-08-07 19:47:51 -04:00
interviews Peng/deprecate aib data (#1926) 2018-07-09 13:19:45 +04:00
introduction Update abci and app docs (#2470) 2018-09-23 01:14:05 -04:00
networks docs: Update README (#2393) 2018-09-17 18:43:10 +02:00
research fix docs links (#2352) 2018-09-10 10:42:48 +04:00
spec Update abci and app docs (#2470) 2018-09-23 01:14:05 -04:00
tendermint-core Update abci and app docs (#2470) 2018-09-23 01:14:05 -04:00
tools lint markdown docs using a stop-words and write-good linters (#2195) 2018-08-27 11:33:46 +04:00
.python-version Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
.textlintrc.json lint markdown docs using a stop-words and write-good linters (#2195) 2018-08-27 11:33:46 +04:00
DOCS_README.md docs: Add assets/instructions for local docs build (#2453) 2018-09-21 13:39:55 +02:00
README.md docs: Update README (#2393) 2018-09-17 18:43:10 +02:00
package-lock.json docs: Add assets/instructions for local docs build (#2453) 2018-09-21 13:39:55 +02:00
package.json lint markdown docs using a stop-words and write-good linters (#2195) 2018-08-27 11:33:46 +04:00
stop-words.txt lint markdown docs using a stop-words and write-good linters (#2195) 2018-08-27 11:33:46 +04:00
yarn.lock lint markdown docs using a stop-words and write-good linters (#2195) 2018-08-27 11:33:46 +04:00

README.md

Tendermint

Welcome to the Tendermint Core documentation! Below you'll find an overview of the documentation.

Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine - written in any programming language - and securely replicates it on many machines. In other words, a blockchain.

Tendermint requires an application running over the Application Blockchain Interface (ABCI) - and comes packaged with an example application to do so.

Getting Started

Here you'll find quick start guides and links to more advanced "get up and running" documentation.

Core

Details about the core functionality and configuration of Tendermint.

Tools

Benchmarking and monitoring tools.

Networks

Setting up testnets manually or automated, local or in the cloud.

Apps

Building appplications with the ABCI.

Specification

Dive deep into the spec. There's one for each Tendermint and the ABCI

Edit the Documentation

See this file for details of the build process and considerations when making changes.