cosmrs 0.4.0

Transaction builder and signer for Cosmos-based blockchains
docs.rs failed to build cosmrs-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: cosmrs-0.16.0

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.56 or newer.