Registry / networking / tendermint-light-client

tendermint-light-client

JSON →
library0.40.4rscratesunverified

Implementation of the Tendermint Light Client Verification Protocol.

# Cargo.toml [dependencies] tendermint-light-client = "0.40.4"
INSTALL
IMPORT
SIG · TENDERMINT-LIGHT-C
T
tendermint-light-client
networkingrustv0.40.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LightClient
use tendermint_light_client::LightClient;

Initializes a Tendermint light client instance.

use tendermint_light_client::LightClient; fn main() { // Placeholder for light client initialization println!("Tendermint Light Client ready"); }
Debug
Known issues
gotchaRequires async runtime (tokio) for network operations
fix
Add tokio as a dependency and use #[tokio::main] or similar runtime
affects: >=0.30.0
Upgrade
Version history
0.40.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
tendermint-light-client — cargo add tendermint-light-client · libregistry