Used for questions regarding www.crossmint.com SDKs for NFT payments, minting and wallets
Questions tagged [crossmint]
17 questions
1
vote
1 answer
How do I find the `__allowlistProof` when implementing Crossmint with Thirdweb's NFT Drop Contract
I'm implementing Crossmint on my React front-end to let users mint NFTs from my smart contract created using thirdweb.com.
The contract is a NFT Drop smart contract. The address is: 0xaE2150AdE811471609f6a556C38e55c2D3D7C712 and it lives on the…

ken.ng
- 221
- 4
- 15
1
vote
1 answer
How do I get my NFT picture to show in Crossmint
I am using www.crossmint.io to accept credit cards on my NFT drop.
For some reason, the image preview is showing a green leaf (crossmint logo) instead of my NFT collection image.
This is my code:

alfongj
- 2,255
- 1
- 19
- 23
0
votes
1 answer
How do I embed Crossmint NFT payments in a wordpress blog?
I have an NFT collection, and I am trying to sell it from my own Wordpress hosted website.
How can I do this? Their documentation doesn't explain how to add their NFT checkout SDK inside a wordpress blog.

alfongj
- 2,255
- 1
- 19
- 23
0
votes
1 answer
ERROR while trying to use crossmint credit card payment for collection created using crossmint API
Hi I am trying to use crossmint credit card checkout service for a collection created using crossmint api provided in thier docs api in doc.
But getting this error...
"Configuration error
Payments support isn't configured for this…
0
votes
1 answer
CrossmintPayButton integration showing errors but no specific error message. How to track down the issue?
I am trying to integrate the CrossmintPayButton from the @crossmint/client-sdk-react-ui package and the button opens the crossmint gateway but shows an error. I cannot backtrace the error since there is no specific error message. Has anyone also…
0
votes
1 answer
Crossmint error: Configuration error Wrong price, expected 0.029 received 0.001
i have an issue on my website. Implemented crossmint on my site and trying to test it with cc and get the following error code: Configuration error
Wrong price, expected 0.029 received 0.001
Please let me know how i can fix it.
I expected the cc…
0
votes
1 answer
How can users check their NFTs after they minted NFTs via ?
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…

multi422
- 61
- 1
- 10
0
votes
1 answer
Crossmint button error: NFT count must be a string or number
I'm trying to implement the Crossmint button as per the docs here: https://docs.crossmint.com/docs/crossmint-pay-button
but I'm getting the error NFT count must be a string or number (see photo). Has anyone run into this before? Any help would be…

guyobne
- 3
- 1
0
votes
1 answer
How to integrate Crossmint payment in ReactJS?
I am getting error while saving.
I want to save ABI section and proceed further
user20712518
0
votes
1 answer
Crossmint checkout button integration isn't working
I'm trying to use crossmint button in my react frontend to enable credit card payments, but I don't know what's wrong with my implementaton, I get this error:
"An error has occurred
Try again later. If the error persists contact us at…
0
votes
1 answer
Does Crossmint work with Hashlips contracts?
I would like to launch an NFT collection using the Hashlips NFT contract and add credit card payments with Crossmint. Is this possible?

laurenxnft
- 11
- 2
0
votes
1 answer
Why isn't crossmint integration not working?
I am new heare. Tried to integrate crossmint to my website. but failed. What have I done wrong?
My contrac is deployed on rinkeby
I am using rinkeby testnet
my code react js-
import React, { useEffect, useState, useRef } from "react";
import {…

Blockchain Kid
- 315
- 2
- 9
0
votes
1 answer
NFT minted through proxy contract cannot be transferred away from Crossmint
We have created a proxy contract that mints an NFT on our existing contract, as no to parameter was originally provided.
Everything works fine, however, once done and the NFT is shown on Crossmint we cannot transfer the NFT into another wallet. The…

ph1lb4
- 1,982
- 17
- 24
-1
votes
1 answer
How to mint NFTs using Crossmint API?
I am developing NFT marketplace integrating Crossmint API now.
I added crossmintPayButton to my website like the following.
import { CrossmintPayButton } from '@crossmint/client-sdk-react-ui';
...

multi422
- 61
- 1
- 10
-1
votes
1 answer
Crossmint does not register contract
I got an error while Registering Smart contract in Crossmint enter image description here even if my contract is verified enter image description here but Crossmint show this error enter image description here
I've tried multiple NFT contracts but…