cw-storey

Crates.iocw-storey
lib.rscw-storey
version0.4.0
sourcesrc
created_at2024-03-22 10:59:37.255213
updated_at2024-09-11 12:02:51.757103
descriptionstorey integration for CosmWasm
homepagehttps://cosmwasm.com/
repositoryhttps://github.com/CosmWasm/storey
max_upload_size
id1182529
size13,484
Tomasz Kurcz (uint)

documentation

README

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.

Commit count: 124

cargo fmt