tendermint/docs
zramsay 835af6fcb9 link fixes 2018-06-23 00:06:04 +00:00
..
architecture Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
assets Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
examples more changes from #1721 2018-06-20 20:25:08 -07:00
images Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
spec crypto: Rename last traces of go-crypto (#1786) 2018-06-22 08:24:36 +04:00
specification Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
.python-version Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
Makefile Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
README.md docs readme is vuepress landing page 2018-06-22 18:13:25 -04:00
abci-cli.md link fixes 2018-06-23 00:06:04 +00:00
app-architecture.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
app-development.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
conf.py Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
deploy-testnets.md link fixes 2018-06-23 00:06:04 +00:00
determinism.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
ecosystem.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
getting-started.md link fixes 2018-06-23 00:06:04 +00:00
how-to-read-logs.md link fixes 2018-06-23 00:06:04 +00:00
index.rst prepare RTD dismantling 2018-06-23 00:00:42 +00:00
indexing-transactions.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
install.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
introduction.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
metrics.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
requirements.txt Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
running-in-production.md more changes from #1721 2018-06-20 20:25:08 -07:00
subscribing-to-events-via-websocket.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
terraform-and-ansible.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
transactional-semantics.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
using-tendermint.md link fixes 2018-06-23 00:06:04 +00:00

README.md

Tendermint

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.