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.
 
 
 
 
 
 
William Banfield e2fc50ec9f
types: add TimeoutParams into ConsensusParams structs (#8177)
2 years ago
..
.vuepress docs: redirect master links to the latest release version (#7936) 2 years ago
app-dev abci: Synchronize FinalizeBlock with the updated specification (#7983) 2 years ago
architecture types: add TimeoutParams into ConsensusParams structs (#8177) 2 years ago
imgs ADR 047 - Light client evidence handling revision (#5273) 4 years ago
introduction Remove extra white space (#7477) 2 years ago
nodes minor typo in docs (#8116) 2 years ago
rfc rfc: RFC 015 ABCI++ Tx Mutation (#8033) 2 years ago
roadmap docs: fix some broken markdown links (#8021) 2 years ago
security docs: hide security page (second attempt) (#6511) 3 years ago
tendermint-core Fix YAML front matter. (#8086) 2 years ago
tools docs: PBTS synchrony issues runbook (#8129) 2 years ago
tutorials docs: fix some broken markdown links (#8021) 2 years ago
.textlintrc.json lint markdown docs using a stop-words and write-good linters (#2195) 6 years ago
DOCS_README.md docs: clarify where doc site config settings must land (#7289) 2 years ago
README.md Update release instructions for documentation. (#7846) 2 years ago
package-lock.json build(deps): Bump url-parse from 1.5.7 to 1.5.10 in /docs (#8023) 2 years ago
package.json docs: redirect master links to the latest release version (#7936) 2 years ago
post.sh Docs theme latest (#4179) 4 years ago
pre.sh spec: merge spec repo into tendermint repo (#7804) 2 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 Revert "Remove master from versions and copy it from the latest. (#7980)" (#8053) 2 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.