HashLips / hashlips_nft_contract

A simple NFT smart contract that works with the rest of the HashLips ecosystem.
MIT License
832 stars 674 forks source link

Random Mint #55

Open emirhansirkeci opened 2 years ago

emirhansirkeci commented 2 years ago

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?