public-awesome / cw-plus-plus

A collection of CosmWasm utilities and helper functions that I use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CW++

A collection of CosmWasm utilities and helper libraries.

Contents

Crate Version Description
cw-address-like v1.0.4 A trait that marks unchecked or checked address strings
cw-item-set v0.7.1 Set of non-duplicate items for storage
cw-optional-indexes v0.1.1 Index types for IndexedMap where an item may or may not have an index
cw-ownable v0.6.0 Utility for controlling contract ownership
cw-paginate v0.2.1 Helper function for interating maps

License

Contents of this repository at or prior to commit 9c8fcf1 are published under GNU Affero General Public License v3 or later; contents after the said commit are published under Apache-2.0 license.

About

A collection of CosmWasm utilities and helper functions that I use

License:Apache License 2.0


Languages

Language:Rust 100.0%