I am trying to create a smart contract following the erc721 standard. I have a json file with different tokens metadata and I need to load this tokens in the smart contract. The owner should be the user that load the file and this way I should be able to ask form examample the URI given the tokenId. Is this possible?
Asked
Active
Viewed 97 times