Skip to content

Commit

Permalink
provide README for cw-storey
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Sep 11, 2024
1 parent a0a2863 commit b945707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cw-storey/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# cw-storey

`cw-storey` is a crate providing storage abstractions for _CosmWasm_ smart contracts. It's an alternative to [`cw-storage-plus`](https://crates.io/crates/cw-storage-plus).

The core logic lives in the [`storey`](https://crates.io/crates/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](https://msgpack.org/index.html).

0 comments on commit b945707

Please sign in to comment.