Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.55 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.55 KB

CW++

A collection of CosmWasm utilities and helper libraries.

These packages are compatible with CosmWasm 1.x for all versions <2.0.

Contents

Crate Version Description
cw-address-like v2.0.0 A trait that marks unchecked or checked address strings
cw-item-set v2.0.0 Set of non-duplicate items for storage
cw-optional-indexes v2.0.0 Index types for IndexedMap where an item may or may not have an index
cw-ownable v2.0.0 Utility for controlling contract ownership
cw-paginate v2.0.0 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.