mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 18:42:14 +00:00
* docs theme * vuepress-theme-cosmos * version bump * changes to docs * more code changes * sidebar order fix * moar changes * fixed dev sessions title * fixed dev sessions title, again * specs should show up in sidebar * contents cards * version bump * sidebar, rpc * version bump * custom footer and super naive search * version * minor change to vuepress * move swagger file * pre and post scripts * build * changed docs build process * added deployment config * updated versions file and added deployment filters
26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
Markdown
# 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?](introduction/what-is-tendermint.md).
|
|
|
|
To get started quickly with an example application, see the [quick start guide](introduction/quick-start.md).
|
|
|
|
To learn about application development on Tendermint, see the [Application Blockchain Interface](spec/abci/).
|
|
|
|
For more details on using Tendermint, see the respective documentation for
|
|
[Tendermint Core](tendermint-core/), [benchmarking and monitoring](tools/), and [network deployments](networks/).
|
|
|
|
## Contribute
|
|
|
|
To contribute to the documentation, see [this file](https://github.com/tendermint/tendermint/blob/master/docs/DOCS_README.md) for details of the build process and
|
|
considerations when making changes.
|