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.
 
 
 
 
 
 
Anton Kaliaev d16f52eab3 copy without sudo (#2474) 6 years ago
..
.vuepress Minor docs cleanup (#2472) 6 years ago
app-dev Minor docs cleanup (#2472) 6 years ago
architecture adr-021: note about tag spacers (#2362) 6 years ago
imgs docs: fix links & other imrpvoements 6 years ago
interviews Peng/deprecate aib data (#1926) 6 years ago
introduction copy without sudo (#2474) 6 years ago
networks docs: Update README (#2393) 6 years ago
research Minor docs cleanup (#2472) 6 years ago
spec copy without sudo (#2474) 6 years ago
tendermint-core copy without sudo (#2474) 6 years ago
tools lint markdown docs using a stop-words and write-good linters (#2195) 6 years ago
.python-version Cleanup build and structure 6 years ago
.textlintrc.json lint markdown docs using a stop-words and write-good linters (#2195) 6 years ago
DOCS_README.md docs: Add assets/instructions for local docs build (#2453) 6 years ago
README.md docs: Update README (#2393) 6 years ago
package-lock.json docs: Add assets/instructions for local docs build (#2453) 6 years ago
package.json lint markdown docs using a stop-words and write-good linters (#2195) 6 years ago
stop-words.txt lint markdown docs using a stop-words and write-good linters (#2195) 6 years ago
yarn.lock lint markdown docs using a stop-words and write-good linters (#2195) 6 years ago

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.