Search code examples
nftcrossmint

How can users check their NFTs after they minted NFTs via <CrossmintPayButton>?


I implemented to make users mint NFTs via . But I have got one issue. How can I make users check their NFTs after their minting? For example, when I click , a new window connecting to crossmint is opened and I pay money via credit card and at the end, I can check them on the collection page on this window. I want to know how users can check NFTs on the collection page.

Please help me.


Solution

  • Crossmint team member here.

    In case the person didn't have a wallet and the NFT was minted to their email address directly, they can view their NFTs through the Crossmint website - link here. They can also transfer that NFT to a non-custodial wallet like Metamask or Phantom from there.

    In addition to this, you could add Crossmint Connect to your site. Crossmint Connect will allow users to connect their Crossmint account to your site, so you can show them the NFTs they are holding directly in your frontend.

    Hope this helps!