teloscan icon indicating copy to clipboard operation
teloscan copied to clipboard

Search Bar 2: Add Token Search Results Support

Open pmjanus opened this issue 1 year ago • 0 comments

Subtask 2: Add Token Search Results Support

Description

Extend the search functionality to include support for token (ERC-20) search results.

Tasks

  • Update the search API integration to handle token searches by Name, Symbol, Address
  • Create a new section in the search results for token display.
  • Implement the display of token search results, including:
    • Token icon
    • Token name
    • Token symbol
    • Contract address
    • Price (if available)
  • Add logic to prioritize token results:
    • Curated tokens from the frontend token list
    • Verified contracts
    • Regular contracts
  • Visually differentiate tokens based on their priority.

Definition of Done

  • Token search results are displayed in a separate section.
  • Token information is correctly shown for each result.
  • Tokens are prioritized and visually differentiated as specified.
  • Mobile Support

pmjanus avatar Jul 09 '24 13:07 pmjanus