|
|
|
|
|
by minism
1620 days ago
|
|
I was shocked to discover after looking more closely that most of the popular NFTs do not contain the image hash in the blockchain token data, nor do they even contain the URL to the image! They simply contain an integer (the token ID). The ERC721 interface only requires String GetTokenURL(int tokenId) be implemented! |
|