teloscan icon indicating copy to clipboard operation
teloscan copied to clipboard

Search Bar 4: Add NFT Search Result Support

Open pmjanus opened this issue 1 year ago • 0 comments

Subtask 4: Add NFT Search Result Support

Description

Extend the search functionality to include support for NFT (ERC-721 & ERC-1155) search results.

Tasks

  • Update the search API integration to handle NFT searches by Contract Name, Collection Name, Address
  • Create a new section in the search results for NFT display.
  • Implement the display of NFT search results, including:
    • NFT image (if available)
    • NFT name
    • Collection name
    • Token ID
    • Contract address
  • Add logic to differentiate between ERC-721 and ERC-1155 tokens.
  • Implement clickable navigation tabs to switch between Token and NFT sections.

Definition of Done

  • NFT search results are displayed in a separate section.
  • NFT information is correctly shown for each result.
  • Users can switch between Token and NFT sections using navigation tabs.
  • Mobile support.

pmjanus avatar Jul 09 '24 13:07 pmjanus