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.

  1. 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.

Built With

Share this project:

Updates