#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)

80 releases (39 breaking)

0.40.1 Dec 25, 2024
0.40.0 Oct 23, 2024
0.39.1 Aug 9, 2024
0.38.1 Jul 23, 2024
0.1.2 Nov 28, 2018

#506 in Magic Beans

Download history 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 11717/week @ 2024-11-05 11921/week @ 2024-11-12 13273/week @ 2024-11-19 13243/week @ 2024-11-26 15805/week @ 2024-12-03 17556/week @ 2024-12-10 12797/week @ 2024-12-17 7251/week @ 2024-12-24 6712/week @ 2024-12-31

47,517 downloads per month
Used in 247 crates (84 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