Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mint Pass Scenarios #83

Open
0xtp opened this issue Apr 18, 2022 · 0 comments
Open

Mint Pass Scenarios #83

0xtp opened this issue Apr 18, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@0xtp
Copy link

0xtp commented Apr 18, 2022

Mint Pass Scenarios

  1. Hold to Mint - This is pretty common scenario where the collector holds Mint Pass in order to Claim/Mint the actual NFT (ERC721/1155). The contract checks the number of Mint Pass(es) the collector has and allows to mint the respective NFT(s).
  2. Burn to Mint - In this scenario where the collector's Mint Pass(es) are burned and in return the actual NFT(s) (ERC721/1155) are minted. The contract checks for the number of Mint Pass(es) the collector holds and allows to mint the NFT(s) and then burns Mint Pass(es) used to complete the transaction.
  3. Stake to Mint - There are few scenarios where the NFT(s) are staked, in that case the contract has to check the amount of tokens staked and allow the collector to mint the respective NFT(s).

This space will be updated with more scenarios.

@gelicamarie gelicamarie added the documentation Improvements or additions to documentation label Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants