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.
 
 
 
 
 
 
Ethan Buchman 2902ab1a14 delete some things for the merge 6 years ago
.circleci abci: Add comment for doc update 6 years ago
.github Update ISSUE_TEMPLATE to mention using pastebin (#1832) 6 years ago
DOCKER Switch ports 466xx to 266xx (#1735) 6 years ago
abci docs: update abci links (#1796) 6 years ago
benchmarks revert back to Jae's original payload size limit 6 years ago
blockchain update for tmlibs v0.9.0 6 years ago
cmd [tendermint init] add default consensus params to genesis 6 years ago
config revert back to Jae's original payload size limit 6 years ago
consensus consensus: stop wal 6 years ago
crypto revert back to Jae's original payload size limit 6 years ago
docs Merge branch 'release/v0.22.0' into 1762-tm-stops-producing-blocks 6 years ago
evidence revert back to Jae's original payload size limit 6 years ago
libs [libs/pubsub] fix memory leak 6 years ago
lite Merge pull request #1781 from tendermint/1740-node-crashes-when-too-many-rpc-connections 6 years ago
mempool fix empty packet size calculation 6 years ago
networks proper link to a docs module (#1822) 6 years ago
node [p2p] add godoc comments to Listener (#1828) 6 years ago
p2p Merge branch 'release/v0.22.0' into 1762-tm-stops-producing-blocks 6 years ago
privval update for tmlibs v0.9.0 6 years ago
proxy Move abci imports 6 years ago
rpc revert back to Jae's original payload size limit 6 years ago
scripts Revert "delete everything" (includes everything non-go-crypto) 6 years ago
state Move abci imports 6 years ago
test ci: Setup abci in dependency step 6 years ago
types set MaxTxs to 10000 (the same that was used in the config before) 6 years ago
CODE_OF_CONDUCT.md Add Code of Conduct 7 years ago
CONTRIBUTING.md contributing guide typos (#1831) 6 years ago
ROADMAP.md version bump. add roadmap back. minor fixes 6 years ago
SECURITY.md security.md 6 years ago
Vagrantfile update Vagrantfile 6 years ago
appveyor.yml appveyor: use make 7 years ago
codecov.yml [codecov] ignore docs, scripts and DOCKER dirs 6 years ago
docker-compose.yml Switch ports 466xx to 266xx (#1735) 6 years ago

docs/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.