Deploy a website for your users to come claim your NFTs
The minting guide showed you how to create NFTs. In this guide you will learn how to set up a website where users can claim those NFTs into their wallets, for free.
If you want users to pay the gas fees when claiming a token, you can do so by enabling payments for your collection with a price of 0.
Video Walkthrough
Claims
entry on the left navbar in the collections page.
Follow the wizard to deploy a claims page. It is recommended to set a
password, so that only those who know it can claim.How can I track who has claimed an NFT?
There are multiple ways:
The claims page shows the number of items claimed
By setting up webhooks to listen to mint events
(Coming soon) Using the Crossmint console
Can I gate my claims page?
To prevent unwanted users from minting your NFTs, you can require a password for the claim. This can be activated from the Claims page on the console.
Deploy a website for your users to come claim your NFTs
The minting guide showed you how to create NFTs. In this guide you will learn how to set up a website where users can claim those NFTs into their wallets, for free.
If you want users to pay the gas fees when claiming a token, you can do so by enabling payments for your collection with a price of 0.
Video Walkthrough
Claims
entry on the left navbar in the collections page.
Follow the wizard to deploy a claims page. It is recommended to set a
password, so that only those who know it can claim.How can I track who has claimed an NFT?
There are multiple ways:
The claims page shows the number of items claimed
By setting up webhooks to listen to mint events
(Coming soon) Using the Crossmint console
Can I gate my claims page?
To prevent unwanted users from minting your NFTs, you can require a password for the claim. This can be activated from the Claims page on the console.