#blockchain #consensus #bft #cosmos #fault-tolerant #programming-language #data-structures

no-std tendermint

Tendermint 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 Tendermint blockchain networks, including chain information types, secret connections, and remote procedure calls (JSON-RPC)

79 releases (39 breaking)

0.40.0 Oct 23, 2024
0.38.1 Jul 23, 2024
0.35.0 Mar 14, 2024
0.34.0 Oct 2, 2023
0.1.2 Nov 28, 2018

#3 in #bft

Download history 13655/week @ 2024-07-23 10865/week @ 2024-07-30 11734/week @ 2024-08-06 11832/week @ 2024-08-13 12232/week @ 2024-08-20 11212/week @ 2024-08-27 15328/week @ 2024-09-03 13839/week @ 2024-09-10 13631/week @ 2024-09-17 15862/week @ 2024-09-24 15576/week @ 2024-10-01 14377/week @ 2024-10-08 13924/week @ 2024-10-15 12851/week @ 2024-10-22 12543/week @ 2024-10-29 11458/week @ 2024-11-05

53,402 downloads per month
Used in 187 crates (56 directly)

Apache-2.0

1MB
23K SLoC

Crate Docs

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

tendermint

Implementation of the Tendermint Blockchain Data Structures.

Documentation

See documentation on crates.io.


lib.rs:

Tendermint 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 Tendermint blockchain networks, including chain information types, secret connections, and remote procedure calls (JSON-RPC).

Dependencies

~4–6MB
~122K SLoC