cosmrs_minor_change

Crates.iocosmrs_minor_change
lib.rscosmrs_minor_change
version0.21.0
created_at2025-01-16 18:54:20.89346+00
updated_at2025-01-16 18:54:20.89346+00
descriptionTransaction builder and signer for Cosmos-based blockchains
homepage
repositoryhttps://github.com/cosmos/cosmos-rust/tree/main/cosmrs
max_upload_size
id1519676
size211,870
Priyanshu Mishra (dpowxconsensus)

documentation

README

CosmRS: Cosmos Wallet and SDK for Rust

Crate Docs Build Status Apache 2.0 Licensed MSRV

Framework for building Cosmos blockchain applications in Rust, modeled off of the Cosmos SDK for Golang.

About

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.

Features

  • CosmWasm: messages used by smart contracts written using CosmWasm
  • Staking: support for staking with validators
  • Transactions: build, sign, and/or parse Cosmos SDK transactions

Minimum Supported Rust Version

This crate is supported on Rust 1.72 or newer.

Commit count: 313

cargo fmt