-
Notifications
You must be signed in to change notification settings - Fork 987
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
[Draft] Resolve ENS domains in browser #4772
Comments
Example implementation via metamask: Tutorial for above implementation:
|
Some notes: IPFS and SWARM won't be resolved directly (but can be via their respective http gateways). It has to be decided if we want to go full multishash directly (EIP1062) or first settle on IMO it makes sense to go with option #2 as it supports existing resolvers and matches MetaMask behavior. Sub resources (e.g. local images, JS and CSS) must be resolved accordingly. Roman pointed out the entry point for android and iOS. |
@jeluard These are fair points. IMO it's still better to have baby steps in that direction and use gateways than the current more centralized alternatives. What are the issues with supporting multihash?
|
@bgits Just modified my comment :) Here is what I added : |
@flexsurfer I would second @jeluard here and say we follow the MetaMask implementation for now. |
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
User Story
As a user, I want to browse the fully decentralized web and load content from p2p storage platforms like IPFS and Swarm in the Status browser.
Description
Type: Feature
Summary: Resolve ENS domains to IPFS/Swarm hashes and redirect to content.
Expected behavior
Entering a .eth address into the Status URL bar will redirect to the associated content.
Actual behavior
The browser can not resolve .eth addresses.
The text was updated successfully, but these errors were encountered: