Building a Revealable PFP NFT Contract with ERC-721 and IPFS
A profile-picture NFT contract has one deceptively simple job: connect each token ID to the correct metadata. The contract in this post does that with a reveal workflow. Before reveal, every minted token returns the same …