onflow / freshmint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blind NFT contract should validate revealed metadata

psiemens opened this issue · comments

Currently the BlindNFT contract does not check that the reveal metadata matches the minted hash. This should happen as part of the reveal transaction.

In order to do this, the contract will need to store a central dictionary of all NFT metadata hashes index by ID.