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§

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

Enums§

ContractError