ERC721Revealable
Create batches of 'delayed-reveal' NFTs that can be revealed at a later date after they have been minted and claimed.
This is an extension which is detectable in the dashboard if the smart contract implements the
ERC721
and DelayedReveal
extensions.
View on GitHub
This is an example smart contract demonstrating how to inherit from this extension and override the functions to add (optional) custom functionality.