Anton Kaliaev d16f52eab3 | 6 years ago | |
---|---|---|
.. | ||
.vuepress | 6 years ago | |
app-dev | 6 years ago | |
architecture | 6 years ago | |
imgs | 6 years ago | |
interviews | 6 years ago | |
introduction | 6 years ago | |
networks | 6 years ago | |
research | 6 years ago | |
spec | 6 years ago | |
tendermint-core | 6 years ago | |
tools | 6 years ago | |
.python-version | 7 years ago | |
.textlintrc.json | 6 years ago | |
DOCS_README.md | 6 years ago | |
README.md | 6 years ago | |
package-lock.json | 6 years ago | |
package.json | 6 years ago | |
stop-words.txt | 6 years ago | |
yarn.lock | 6 years ago |
Welcome to the Tendermint Core documentation! Below you'll find an overview of the documentation.
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.
Here you'll find quick start guides and links to more advanced "get up and running" documentation.
Details about the core functionality and configuration of Tendermint.
Benchmarking and monitoring tools.
Setting up testnets manually or automated, local or in the cloud.
Building appplications with the ABCI.
Dive deep into the spec. There's one for each Tendermint and the ABCI
See this file for details of the build process and considerations when making changes.