CosmWasm / docs

https://cosmwasm-docs.vercel.app
Apache License 2.0
6 stars 3 forks source link

`cw-storage-plus`: Have examples use Sylvia? #22

Open uint opened 4 months ago

uint commented 4 months ago

Currently, the examples in cw-storage-plus docs create storage containers ad-hoc like this:

let mut map = Map::new("foo");

This isn't great since we want to encourage better practices for RL scenarios. Maybe we can figure out something better?