diff --git a/packages/cw-storey/README.md b/packages/cw-storey/README.md new file mode 100644 index 0000000..0a120e9 --- /dev/null +++ b/packages/cw-storey/README.md @@ -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).