Crates.io | cw-storey |
lib.rs | cw-storey |
version | |
source | src |
created_at | 2024-03-22 10:59:37.255213 |
updated_at | 2025-02-12 19:53:47.76692 |
description | storey integration for CosmWasm |
homepage | https://cosmwasm.com/ |
repository | https://github.com/CosmWasm/storey |
max_upload_size | |
id | 1182529 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.