We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When somebody use my mint button i want him to receive a random NFT from this transaction.
When i use mint button (mintAmount = 2) my NFT's metadata's will be like, ipfs://image_link/1.json ipfs://image_link/2.json
But i dont want this. I want to receive my NFT's randomly. Like this, ipfs://image_link/578.json ipfs://image_link/877.json
I hope i was clear. How can i do that and can this process increase gas fees?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When somebody use my mint button i want him to receive a random NFT from this transaction.
When i use mint button (mintAmount = 2) my NFT's metadata's will be like,
ipfs://image_link/1.json
ipfs://image_link/2.json
But i dont want this. I want to receive my NFT's randomly. Like this,
ipfs://image_link/578.json
ipfs://image_link/877.json
I hope i was clear. How can i do that and can this process increase gas fees?
The text was updated successfully, but these errors were encountered: