Crates.io | celestia-core |
lib.rs | celestia-core |
version | 0.34.0 |
source | src |
created_at | 2024-04-17 15:10:09.676461 |
updated_at | 2024-04-17 15:10:09.676461 |
description | This is a hard fork of tendermint to make it compatible with Celestia network. 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). |
homepage | https://www.eiger.co |
repository | https://github.com/eigerco/celestia-tendermint-rs |
max_upload_size | |
id | 1211485 |
size | 428,351 |
A Rust implementation of the core types returned by a Celestia Core node's RPC endpoint. These can be used to deserialize JSON-RPC responses.
All networking related features will be feature guarded to keep the dependencies small in cases where only the core types are needed.