8 releases (breaking)

0.7.0-rc.0 Jun 4, 2025
0.6.0 May 22, 2025
0.5.0 Feb 12, 2025
0.4.0 Sep 11, 2024
0.1.0 Mar 22, 2024

#187 in #cosmwasm

Download history 3/week @ 2025-09-16 5/week @ 2025-09-23 3/week @ 2025-09-30 3/week @ 2025-10-07 11/week @ 2025-10-14 1/week @ 2025-10-21

487 downloads per month

Apache-2.0

140KB
2.5K SLoC

An integration of storey with CosmWasm.

This crate provides

  • a CosmWasm storage backend for use with storey collections,
  • a MessagePack encoding integration to be used for serializing and deserializing values, and
  • a set of container re-exports that remove the need to manually specify the encoding, instead relying on the default MessagePack encoding.

cw-storey

cw-storey is a crate providing storage abstractions for CosmWasm smart contracts. It's an alternative to cw-storage-plus.

The core logic lives in the storey crate, while the cw-storey crate is an integration of storey with the CosmWasm storage interface. It also provides the recommended encoding for KV store values: MessagePack.

A (possibly still incomplete) guide can be found here.

Dependencies

~6–12MB
~243K SLoC