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.
 
 
 
 
 
 
Marko 5412426ae8
indexer: remove index filtering (#5006)
4 years ago
..
.vuepress Update docs website (#4564) 4 years ago
app-dev indexer: remove index filtering (#5006) 4 years ago
architecture proto: folder structure adhere to buf (#5025) 4 years ago
guides light: rename lite2 to light & remove lite (#4946) 4 years ago
imgs docs: move tcp-window.png to imgs/ 4 years ago
interviews Fix broken /docs/spec links (#4376) 4 years ago
introduction docs: move tcp-window.png to imgs/ 4 years ago
networks make: remove sentry setup cmds (#4383) 4 years ago
ru animated sidebar and nested directories (#4063) 5 years ago
tendermint-core blockchain: proto migration (#4969) 4 years ago
tools minor link fixing (#4598) 4 years ago
.python-version Cleanup build and structure 6 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 docs: fix links (#4531) 4 years ago
README.md docs: fix links (#4531) 4 years ago
package-lock.json build(deps): [Security] Bump websocket-extensions from 0.1.3 to 0.1.4 in /docs (#4976) 4 years ago
package.json build(deps): Bump vuepress-theme-cosmos from 1.0.165 to 1.0.166 in /docs (#4920) 4 years ago
post.sh Docs theme latest (#4179) 5 years ago
pre.sh Docs theme latest (#4179) 5 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 added newline to versions file and removed index.html (#4120) 5 years ago

README.md

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.