Skip to content
New issue

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

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

Already on GitHub? # to your account

NFT drop widget #11

Open
jaswinder6991 opened this issue Nov 4, 2023 · 0 comments
Open

NFT drop widget #11

jaswinder6991 opened this issue Nov 4, 2023 · 0 comments

Comments

@jaswinder6991
Copy link
Contributor

jaswinder6991 commented Nov 4, 2023

Keypom currently supports:

  1. Simple drops.
  2. FT drop
  3. NFT drop
  4. Custom function drop.

To mint NFTs you can either take the NFT drop route, which is:

  1. Create an NFT drop on Keypom.
  2. Mint NFTs and send these to the keypom contract.
  3. Keypom contract will now send these to individual claimers.
    (Last I checked, you could not do this with mintbase contract. Check again.)

The custom function route:

  1. You create a custom function drop with the nft_mint function and the nft contract as the arguments.
  2. When the drop is claimed, keypom contract call this custom function on whatever contract(the nft contract) you want.
  3. In some NFT cases, you might have to add the keypom contract as the minter, which actually is a flaw cause then anyone can create a drop to mint NFTs on your contract.

Do research on both these routes, analyse if we can use Mintbase contract or not, if not, what are consequences.

@jaswinder6991 jaswinder6991 converted this from a draft issue Nov 4, 2023
@jaswinder6991 jaswinder6991 moved this from Triage to Backlog in Harmonic Guild Nov 4, 2023
@jaswinder6991 jaswinder6991 changed the title Airdrop Creation bos widget NFT drop widget Nov 4, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant