#blockchain #consensus #bft #tendermint #remote-procedure #fault-tolerant #programming-language

no-std cometbft

CometBFT is a high-performance blockchain consensus engine that powers Byzantine fault tolerant applications written in any programming language. This crate provides core types for representing information about CometBFT blockchain networks, including chain information types, secret connections, and remote procedure calls (JSON-RPC)

2 unstable releases

0.1.0-alpha.2 Jan 27, 2024
0.0.0 Jan 18, 2023

#463 in Magic Beans

31 downloads per month
Used in 8 crates

Apache-2.0

1MB
26K SLoC

Crate Docs

See the repo root for build status, license, rust version, etc.

cometbft

Implementation of the CometBFT Blockchain Data Structures.

Documentation

See documentation on crates.io.


lib.rs:

CometBFT is a high-performance blockchain consensus engine that powers Byzantine fault tolerant applications written in any programming language. This crate provides core types for representing information about CometBFT blockchain networks, including chain information types, secret connections, and remote procedure calls (JSON-RPC).

Dependencies

~3.5–5.5MB
~109K SLoC