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).
[![Crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
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][docs-link].
[//]:#(badges)[crate-image]:https://img.shields.io/crates/v/cometbft.svg[crate-link]:https://crates.io/crates/cometbft[docs-image]:https://docs.rs/cometbft/badge.svg[docs-link]:https://docs.rs/cometbft/[//]:#(general links)[repo root]:https://github.com/cometbft/cometbft-rs[CometBFT]:https://github.com/cometbft/cometbft