Crates.io | cw-storey |
lib.rs | cw-storey |
version | 0.4.0 |
source | src |
created_at | 2024-03-22 10:59:37.255213 |
updated_at | 2024-09-11 12:02:51.757103 |
description | storey integration for CosmWasm |
homepage | https://cosmwasm.com/ |
repository | https://github.com/CosmWasm/storey |
max_upload_size | |
id | 1182529 |
size | 13,484 |
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.