20 breaking releases

0.21.0 Oct 24, 2024
0.19.0 Aug 14, 2024
0.17.0 Jun 27, 2024
0.16.0 Mar 15, 2024
0.0.0 May 4, 2021

#390 in Magic Beans

Download history 6955/week @ 2024-07-18 6425/week @ 2024-07-25 5774/week @ 2024-08-01 6507/week @ 2024-08-08 5970/week @ 2024-08-15 5377/week @ 2024-08-22 5466/week @ 2024-08-29 6667/week @ 2024-09-05 6358/week @ 2024-09-12 6150/week @ 2024-09-19 7687/week @ 2024-09-26 7259/week @ 2024-10-03 7522/week @ 2024-10-10 6715/week @ 2024-10-17 6612/week @ 2024-10-24 6787/week @ 2024-10-31

28,944 downloads per month
Used in 101 crates (46 directly)

Apache-2.0

6MB
137K SLoC

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.

Dependencies

~7–20MB
~306K SLoC