useMint
Start the process of minting a token.
Last updated
Start the process of minting a token.
Last updated
If you want a custom minting experience without using the pre-existing MintButton
component, you can also initiate the mint process for a customer with the useMint
hook. This hook will open a payment modal (if necessary) and start minting a token to the user.
Much like the , you can supply collectionId
to the useMint
hook. If the user is not logged in, login will first be prompted.