1 unstable release

0.1.0 Mar 22, 2024

#154 in #cosmwasm

Download history 127/week @ 2024-03-18 9/week @ 2024-03-25 20/week @ 2024-04-01

156 downloads per month

Apache-2.0

36KB
852 lines

storey

storey is currently a pile of debris with some (hopefully) good ideas strewn about. One day, a new storage abstraction library for the decentralized world might rise from it. Like a phoenix from ashes. Or like a sleep-deprived commuter at 6 a.m. One of the two.

Loose goals (subject to change)

  • comparable user experience for simple use cases to cw-storage-plus
  • minimal key length (compared to cw-storage-plus)
  • backend-agnostic core - go, plug it into something other than CosmWasm
  • encoding-agnostic core - a CosmWasm-specific crate will mandate an encoding for values, but the core itself probably won't
  • minimal-dependency core - currently, the core has 0 (zero) external dependencies
  • composable collections
  • nicer compound keys
  • a better API for folks who would like to implement their own collections
  • spit-shined code

Non-goals

It's unlikely we'll build these. It's more likely we'll eventually provide enough support that you can build them yourself without much headache.

  • indexes
  • snapshots

Dependencies

~3.5–5.5MB
~116K SLoC