A progressive repository exploring CosmWasm smart contract development from the ground up. Exercises, theory, and practical modules are included.
- Basic contract scaffolding and logic
- Message handling and state management
- Storage patterns using CW-Storage
- Unit tests with
cargo test - WASM compilation for blockchain deployment
To build the skill set needed for contributing to Web3 ecosystems via CosmWasm-based applications.
Learning-focused. Includes multiple smart contract attempts and refactors.