Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 625 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 625 Bytes

cw-fetch-std

cw-fetch-std is a Rust library tailored for blockchain development, focusing on smart contracts within the CosmWasm ecosystem. It offers a range of utilities including cryptography, event handling, permissions management, and advanced storage solutions.

Features

  • Cryptography: Implementations for secure hashing and encryption.
  • Event Handling: Framework for capturing and responding to contract events.
  • Permissions Management: A module dedicated to handling complex permission schemes.
  • Storage Utilities: Enhanced storage capabilities for smart contracts, including nonce management.