tendermint/docs
Zach Ramsay 79d6bd8ce0 TEST 2018-07-05 13:27:54 -04:00
..
architecture adr: update readme 2018-06-23 09:29:46 -04:00
assets Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
images Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
spec RIPEMD160 -> SHA256 2018-07-02 14:27:43 -04:00
specification lint markdown 2018-07-04 12:00:57 -04:00
.python-version Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
DOCS_README.md add docs/DOCS_README.md for devs, closes #1885 (#1905) 2018-07-05 11:44:15 +04:00
Makefile Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
README.md TEST 2018-07-05 13:27:54 -04:00
abci-cli.md lint markdown 2018-07-04 12:00:57 -04:00
abci-spec.md lint markdown 2018-07-04 12:00:57 -04:00
app-architecture.md lint markdown 2018-07-04 12:00:57 -04:00
app-development.md lint markdown 2018-07-04 12:00:57 -04:00
conf.py docs: update abci links (#1796) 2018-06-23 00:16:51 +02:00
deploy-testnets.md lint markdown 2018-07-04 12:00:57 -04:00
determinism.md docs: update abci links (#1796) 2018-06-23 00:16:51 +02:00
ecosystem.md lint markdown 2018-07-04 12:00:57 -04:00
getting-started.md lint markdown 2018-07-04 12:00:57 -04:00
how-to-read-logs.md lint markdown 2018-07-04 12:00:57 -04:00
index.rst the last RTD version is archived 2018-06-25 10:33:18 -04:00
indexing-transactions.md lint markdown 2018-07-04 12:00:57 -04:00
install.md lint markdown 2018-07-04 12:00:57 -04:00
introduction.md lint markdown 2018-07-04 12:00:57 -04:00
metrics.md limit number of open connections 2018-06-22 19:25:11 +04:00
package.json add linters to docs 2018-07-04 12:01:19 -04:00
quick-start.md move a file 2018-07-05 13:22:06 -04:00
requirements.txt Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
running-in-production.md lint markdown 2018-07-04 12:00:57 -04:00
subscribing-to-events-via-websocket.md lint markdown 2018-07-04 12:00:57 -04:00
terraform-and-ansible.md lint markdown 2018-07-04 12:00:57 -04:00
transactional-semantics.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
using-tendermint.md lint markdown 2018-07-04 12:00:57 -04:00
yarn.lock add linters to docs 2018-07-04 12:01:19 -04:00

README.md

Tendermint

TEST!

Welcome to the Tendermint Core documentation! The introduction below provides an overview to help you navigate to your area of interest.

Introduction

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. Follow the installation instructions to get up and running quickly. For more details on using tendermint see that and the following sections.

Networks

Testnets can be setup manually on one or more machines, or automatically on one or more machine, using a variety of methods described in the deploy testnets section. For more information (and to join) about the Cosmos Network testnets, see here.

Application Development

The first step to building application on Tendermint is to install ABCI-CLI and play with the example applications.