You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update the smart contract with the NFT enumerable extension
clean the smart contract code by removing all NFT functions: we must export them instead of copy-paste
upgrade the smart contract: call upgradeSC
update the frontend: don't use the cache of the explorer: the extension allows to get all NFT ids owned by the connected address. With that, we can use getDomainFromTokenId to get the list of owned domain and display them.
The text was updated successfully, but these errors were encountered:
Stop using the cache will greatly improve user experience, pain points:
after allocation a domain, user can't see it immediately
after change the owner of a domain, use still see it but can't do anything
after changing the target, use still see the previous target.
implement NFT enumerable extension Implement ERC721 enumerable extension massa-standards#148
update the smart contract with the NFT enumerable extension
clean the smart contract code by removing all NFT functions: we must export them instead of copy-paste
upgrade the smart contract: call upgradeSC
update the frontend: don't use the cache of the explorer: the extension allows to get all NFT ids owned by the connected address. With that, we can use getDomainFromTokenId to get the list of owned domain and display them.
The text was updated successfully, but these errors were encountered: