Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Storey #43

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,17 @@ contribute.
([repo](https://github.com/CosmWasm/cosmwasm/tree/master/packages/std)): The
standard library for building CosmWasm smart contracts. Code in this package
is compiled into the smart contract.
- [storey](https://crates.io/crates/storey)([repo](https://github.com/CosmWasm/storey)):
The storage accessing helpers to make it easy to handle Smart Contract storage, a
fresh alternative for cw-storage-plus. Designed for better performance.
- [cw-storage-plus](https://crates.io/crates/cw-storage-plus)
([repo](https://github.com/CosmWasm/cw-storage-plus)): Helper methods to
reduce boilerplate for storing data types. Easier and more secure persistence
layer.
- [sylvia](https://crates.io/crates/sylvia)([repo](https://github.com/CosmWasm/sylvia)):
The Smart Contract framework desined to reduce boilerplate. Defines contracts in terms
of types and traits, generating entry points, messages, and helpers to be used with
cw-multi-test.
- [cosmwasm-schema](https://crates.io/crates/cosmwasm-schema)
([repo](https://github.com/CosmWasm/cosmwasm/tree/master/packages/schema)): A
dependency for CosmWasm contracts to generate the IDL (interface description)
Expand Down