You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To mint NFTs you can either take the NFT drop route, which is:
Create an NFT drop on Keypom.
Mint NFTs and send these to the keypom contract.
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:
You create a custom function drop with the nft_mint function and the nft contract as the arguments.
When the drop is claimed, keypom contract call this custom function on whatever contract(the nft contract) you want.
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.
The text was updated successfully, but these errors were encountered:
Keypom currently supports:
To mint NFTs you can either take the NFT drop route, which is:
(Last I checked, you could not do this with mintbase contract. Check again.)
The custom function route:
Do research on both these routes, analyse if we can use Mintbase contract or not, if not, what are consequences.
The text was updated successfully, but these errors were encountered: