tendermint/docs/README.md

30 lines
1.2 KiB
Markdown
Raw Normal View History

2018-06-22 15:13:25 -07:00
# Tendermint
2017-09-01 16:42:23 -07:00
Welcome to the Tendermint Core documentation!
2017-09-01 16:42:23 -07:00
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.
2017-09-01 16:42:23 -07:00
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](./DOCS_README.md) for details of the build process and
considerations when making changes.
2018-09-26 14:49:20 -07:00
## Version
This documentation is built from the following commit: