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.
 
 
 
 
 
 
Zach Ramsay c1548c7861 docs readme is vuepress landing page 7 years ago
..
_templates [docs] provide means to have collapsible code blocks without adding a new theme 7 years ago
architecture update ADR 7 years ago
assets update docs/examples & terraform/ansible (#1534) 7 years ago
examples more changes from #1721 7 years ago
images docs: finish pull from tools 7 years ago
spec crypto: Rename last traces of go-crypto (#1786) 7 years ago
specification updates to docs/specification/configuration.md after rebase 7 years ago
.python-version Cleanup build and structure 7 years ago
Makefile Cleanup build and structure 7 years ago
README.md docs readme is vuepress landing page 7 years ago
abci-cli.md Switch ports 466xx to 266xx (#1735) 7 years ago
app-architecture.md style fixes/typos/etc from PR review 7 years ago
app-development.md style fixes/typos/etc from PR review 7 years ago
conf.py moar fixes 7 years ago
deploy-testnets.md Switch ports 466xx to 266xx (#1735) 7 years ago
determinism.md determinism & ecosystem 7 years ago
ecosystem.md updates to docs for vuepress (#1763) 7 years ago
getting-started.md Switch ports 466xx to 266xx (#1735) 7 years ago
how-to-read-logs.md Switch ports 466xx to 266xx (#1735) 7 years ago
index.rst add docs 7 years ago
indexing-transactions.md Switch ports 466xx to 266xx (#1735) 7 years ago
install.md updates to docs for vuepress (#1763) 7 years ago
introduction.md docs: pretty fixes 7 years ago
metrics.md add since column to list of available metrics table 7 years ago
requirements.txt docs: add sphinx Makefile & requirements 7 years ago
running-in-production.md more changes from #1721 7 years ago
specification.rst fix docs links & stuff (#1273) 7 years ago
subscribing-to-events-via-websocket.md moar 7 years ago
terraform-and-ansible.md updates to docs for vuepress (#1763) 7 years ago
transactional-semantics.md moar 7 years ago
using-tendermint.md more changes from #1721 7 years ago

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.