Skip to content

Mintyplex-Organization/contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mintyplex COSMWASM SMART CONTRACT

This smart contract acts as factory which actors known as "Creator" can use to create Non-transferable CW721s\NFTs(Products). Once the Product is created, another set of actors known as "Shoppers" can mint them for a fee to their address but they won't be able to transfer them to another wallet since the products are non-transferable.

Messages/Functions

Execute Messages

  • MintNFT
  • Withdraw
  • UpdateConfig
  • UpdateMintFee

Query Messages

  • Config
  • TokenIndex
  • CreatorCollections

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages