tendermint/docs
Zach 4fe9906361 docs: Update README (#2393)
* update DOCS_README
* add spec to docs & other lil fixes (#2402)
2018-09-17 18:43:10 +02:00
..
app-dev fix docs links (#2352) 2018-09-10 10:42:48 +04:00
architecture [ADR] ABCI errors and events (#2314) 2018-09-09 14:04:01 -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 readme, clsoes #2357 (#2359) 2018-09-08 16:45:12 +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 rpc: Transform /status result.node_info.other into map (#2417) 2018-09-17 18:39:52 +02:00
tendermint-core docs: Update README (#2393) 2018-09-17 18:43:10 +02: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: Update README (#2393) 2018-09-17 18:43:10 +02:00
README.md docs: Update README (#2393) 2018-09-17 18:43:10 +02:00
config.js docs: Update README (#2393) 2018-09-17 18:43:10 +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.