HashLips / solidity_smart_contracts

A list of smart contracts coded in solidity
MIT License
599 stars 491 forks source link

reveal problem #46

Open ferko2023 opened 1 year ago

ferko2023 commented 1 year ago

My problem is that my NFT does not reveal automatically after the purchase, but if I click on the reveal button in smart contract, all of the NFTs are revealed. I would like only the purchased NFT to be revealed. how to reveal only purchased nft with this contract: https://github.com/HashLips/solidity_smart_contracts/blob/main/contracts/NFT/NFT_REVEAL.sol