-
Notifications
You must be signed in to change notification settings - Fork 1
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
ENS endpoint #45
Labels
Comments
17 tasks
This was referenced Apr 2, 2022
Blocks #24 |
Re opening this as it needs to be revisited now that the ens-indexer and persistence nodes have been separated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add new endpoint
/ens/{network}/{ensDomain}
It should work the same as the
/ipfs/{ipfsHash}
except it should of course first resolve the ensDomain to an ipfsHashUse the ens resolver like here: https://github.com/nerfZael/wrappers/blob/main/src/services/WrapperService.ts to not rely on a predefined public ens resolver address.
The text was updated successfully, but these errors were encountered: