celestia-core

Crates.iocelestia-core
lib.rscelestia-core
version0.34.0
sourcesrc
created_at2024-04-17 15:10:09.676461
updated_at2024-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).
homepagehttps://www.eiger.co
repositoryhttps://github.com/eigerco/celestia-tendermint-rs
max_upload_size
id1211485
size428,351
Diego (Ferret-san)

documentation

README

Crate Docs

celestia-core-rpc-rs

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.

Commit count: 765

cargo fmt