Skip to content

Files

Latest commit

367caa3 · Sep 21, 2023

History

History
This branch is 55 commits behind celestiaorg/celestia-core:v0.34.x-celestia.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 21, 2023
Jan 3, 2023
Sep 21, 2023
Jun 9, 2023
Mar 15, 2023
Jun 8, 2023
Mar 15, 2023
Jun 8, 2023
Mar 15, 2023
Jun 8, 2023
Mar 15, 2023
Mar 14, 2023
title description footer
CometBFT Documentation
CometBFT is a blockchain application platform.
newsletter

CometBFT

Welcome to the CometBFT documentation!

CometBFT 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, CometBFT serves blockchain applications.

More formally, CometBFT performs Byzantine Fault Tolerant (BFT) State Machine Replication (SMR) for arbitrary deterministic, finite state machines. For more background, see What is CometBFT?.

To get started quickly with an example application, see the quick start guide.

To upgrade from Tendermint Core v0.34.x to CometBFT v0.34.x, please see our upgrading instructions.

To learn about application development on CometBFT, see the Application Blockchain Interface.

For more details on using CometBFT, see the respective documentation for CometBFT internals, benchmarking and monitoring, and network deployments.

Contribute

To recommend a change to the documentation, please submit a PR. Each major release's documentation is housed on the corresponding release branch, e.g. for the v0.34 release series, the documentation is housed on the v0.34.x branch.

When submitting changes that affect all releases, please start by submitting a PR to the docs on main - this will be backported to the relevant release branches. If a change is exclusively relevant to a specific release, please target that release branch with your PR.

Changes to the documentation will be reviewed by the team and, if accepted and merged, published to https://docs.cometbft.com for the respective version(s).

The build process for the documentation is housed in the CometBFT documentation repository.