Pinning NFT Images and Metadata to IPFS with Pinata
An NFT is not the image. For a typical ERC-721 token, the smart contract returns a metadata URI. The metadata document at that URI describes the token and points to its image. If either pointer can be changed without …