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.
 
 
 
 
 
 
Callum Waters ed002cea7e
evidence: introduction of LightClientAttackEvidence and refactor of evidence lifecycle (#5361)
4 years ago
..
.vuepress docs: add algolia docsearch configs (#5309) 4 years ago
app-dev docs: move subscription to tendermint-core (#5323) 4 years ago
architecture evidence: introduction of LightClientAttackEvidence and refactor of evidence lifecycle (#5361) 4 years ago
imgs ADR 047 - Light client evidence handling revision (#5273) 4 years ago
introduction docs: updates to various sections (#5285) 4 years ago
networks Fix some broken links (#5261) 4 years ago
rfc docs: make rfc section disppear (#5353) 4 years ago
tendermint-core docs: add more description to initial_height (#5350) 4 years ago
tools lint: add markdown linter (#5254) 4 years ago
tutorials docs: fix go tutorials (#5267) 4 years ago
.textlintrc.json lint markdown docs using a stop-words and write-good linters (#2195) 6 years ago
DEV_SESSIONS.md Docs theme (#4042) 5 years ago
DOCS_README.md lint: add markdown linter (#5254) 4 years ago
README.md docs: update .vuepress/config.js (#5043) 4 years ago
package-lock.json build(deps): Bump vuepress-theme-cosmos from 1.0.169 to 1.0.172 in /docs (#5286) 4 years ago
package.json build(deps): Bump vuepress-theme-cosmos from 1.0.169 to 1.0.172 in /docs (#5286) 4 years ago
post.sh Docs theme latest (#4179) 5 years ago
pre.sh docs: rename swagger to openapi (#5263) 4 years ago
stop-words.txt lint markdown docs using a stop-words and write-good linters (#2195) 6 years ago
tendermint-core-image.jpg docs: add readme image (#3763) 5 years ago
versions docs: versioned (#5241) 4 years ago

README.md

title description footer
Tendermint Core Documentation Tendermint Core is a blockchain application platform. [{newsletter false}]

Tendermint

Welcome to the Tendermint Core documentation!

Tendermint Core is a blockchain application platform; it provides the equivalent of a web-server, database, and supporting libraries for blockchain applications written in any programming language. Like a web-server serving web applications, Tendermint serves blockchain applications.

More formally, Tendermint Core performs Byzantine Fault Tolerant (BFT) State Machine Replication (SMR) for arbitrary deterministic, finite state machines. For more background, see What is Tendermint?.

To get started quickly with an example application, see the quick start guide.

To learn about application development on Tendermint, see the Application Blockchain Interface.

For more details on using Tendermint, see the respective documentation for Tendermint Core, benchmarking and monitoring, and network deployments.

To find out about the Tendermint ecosystem you can go here. If you are a project that is using Tendermint you are welcome to make a PR to add your project to the list.

Contribute

To contribute to the documentation, see this file for details of the build process and considerations when making changes.