Crate simple_nft

source ·
Expand description

This is a simple implementation of CosmWasm based Non-Fungible Token(NFT). This mod does implement the CW721 spec. However, it is different than the base implementation shown in cw721-base. All the functions are implemented as indivisual functions in contract.rs, rather than implementing it as a Cw721 trait.

Modules§

  • This module implements instantiate, execute and query. These actions are performed using wasmd.
  • Defines InstantiateMsg, ExecuteMsg and QueryMsg.
  • Defines the state and tokeninfo structs

Enums§