Uniswap / Uniswap/interface

Support token search by ENS name/subname on Uniswap dapp

Open
#7,793 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
5.5k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

I think it would be an exciting feature to add support for searching tokens in the Uniswap app using ENS names.

Currently, tokens can be searched by their "names" or by pasting a token address. However, token names are sourced directly from the contract, allowing anyone to assign any name. This often results in duplicate names for different tokens, creating confusion.

Integrating ENS for token searches would address this issue elegantly. ENS names are unique, with each name pointing to a single address. Additionally, ENS supports multiple address records across different chains, making it versatile and reliable.

If there’s interest in this idea, I’d be happy to assist with the implementation.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by tracing the dapp’s existing token-name and token-address search flow, then investigate how ENS names, subnames, and chain-specific address records should resolve. Done means users can search for supported ENS names or subnames and receive the corresponding token without ambiguity.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
blockchain, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.