Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENSNodeResolver #51

Open
1 task
nerfZael opened this issue Mar 30, 2022 · 0 comments
Open
1 task

ENSNodeResolver #51

nerfZael opened this issue Mar 30, 2022 · 0 comments

Comments

@nerfZael
Copy link
Collaborator

nerfZael commented Mar 30, 2022

Implement the ENSNodeResolver service that can resolve ens nodes to domain names
API :

class ENSNodeResolver {
  resolve(ensNode: string): Promise<string>;
  resolveMany(ensNodes: string[]): Promise<string[]>;
}

It should use the ENS Tracker API endpoint: ens.wrappers.io/api/node/resolve/:ensNode

Blockers:

@nerfZael nerfZael moved this to Blocked in Protocol Apr 2, 2022
@nerfZael nerfZael added this to the alpha milestone Apr 2, 2022
@nerfZael nerfZael removed this from the alpha milestone May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Blocked
Development

No branches or pull requests

1 participant