The user's NFT collection is displayed dynamically in the #nft-collection section of the game. This is the only place the simulated NFTs can be viewed.
- In the Browser’s localStorage:
The NFTs are stored as JSON in localStorage under the key nfts. Since the NFTs in this project are simulated and not actually minted on a blockchain, they cannot be viewed on any blockchain-based platform like OpenSea or Etherscan. Instead, the NFTs are stored locally in the browser’s localStorage and can only be viewed within the app itself.
Log in or sign up for Devpost to join the conversation.