/cw-riku-boilerplate

Simple CosmWasm smart contract template

Primary LanguageRustApache License 2.0Apache-2.0

Riku Boilerplate

This is a boilerplate to quickly build smart contracts in Rust to run inside a Cosmos SDK module on all chains that enable it.

Functionality included:

  • Contract migration associated with owner
  • Basic data writes associated with data

To-do:

  • Basic queries