Crate cw_skeleton

Crate cw_skeleton 

Source
Expand description

For an overview, see the README here.

Modules§

entry_points
CosmWasm smart contracts contain entry points. More on this pattern here: https://book.cosmwasm.com/basics/entry-points.html
errors
The errors that can be thrown for this boolean contract, including demonstration ones.
msgs
Messages are how interactions occur in CosmWasm contracts.
state

Constants§

CONTRACT_NAME
Contract name as it’ll be stored according to the cw2 dependency
CONTRACT_VERSION
The version comes from the manifest file (Cargo.toml)