| Crates.io | cosmrs |
| lib.rs | cosmrs |
| version | 0.22.0 |
| created_at | 2021-05-04 03:00:02.761825+00 |
| updated_at | 2025-03-27 22:20:30.598407+00 |
| description | Transaction builder and signer for Cosmos-based blockchains |
| homepage | |
| repository | https://github.com/cosmos/cosmos-rust/tree/main/cosmrs |
| max_upload_size | |
| id | 392824 |
| size | 212,378 |
Framework for building Cosmos blockchain applications in Rust, modeled off of the Cosmos SDK for Golang.
This library is presently designed to serve as a client for interacting with the Golang implementation of the Cosmos SDK, providing things like wallet functionality such as transaction signing, and a builder/parser for Cosmos SDK formatted transaction messages.
It does not implement server-side functionality (yet), such as hooks and message passing.
This crate is supported on Rust 1.75 or newer.