teloscan
teloscan copied to clipboard
Search Bar 2: Add Token Search Results Support
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