teloscan
teloscan copied to clipboard
Search Bar 4: Add NFT Search Result Support
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.