Crate cw20_base

Source
Expand description

This is a basic implementation of a cw20 contract. It implements the CW20 spec and is designed to be deployed as is, or imported into other contracts to easily build cw20-compatible tokens with custom logic.

Implements:

  • CW20 Base
  • Mintable extension
  • Allowances extension

For more information on this contract, please check out the README.

Modules§

allowances
contract
enumerable
msg
state

Enums§

ContractError