mukan-consensus/docs
Mukan Erkin Törük ef24c0b67e
Some checks are pending
docker-build-cometbft / vars (push) Waiting to run
docker-build-cometbft / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-cometbft / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-cometbft / merge-images (push) Blocked by required conditions
docker-build-e2e-node / vars (push) Waiting to run
docker-build-e2e-node / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-e2e-node / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-e2e-node / merge-images (push) Blocked by required conditions
initial: sovereign Mukan Network fork
2026-05-11 03:18:27 +03:00
..
app-dev initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
architecture initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
core initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
explanation/core initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
guides initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
imgs initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
introduction initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
networks initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
qa initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
rfc initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
tools initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
DOCS_README.md initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
presubmit.sh initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
README.md initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00

title description footer
CometBFT Documentation CometBFT is a blockchain application platform.
newsletter
false

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 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.