8000 GitHub - Perelyn-sama/contracts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Perelyn-sama/contracts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
8000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • Rust 100.0%
0