-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Mist ENS resolving #1653
Comments
The account page could show:
|
Once the IPFS hash has been loaded from the blockchain, how do you envisage fetching the data? If Mist bundled an IPFS node, you could load the data directly, but I suspect this isn't what you want to do. Without a bundled IPFS node, you could redirect
One nagging question is why only the NB: I used the |
Perhaps the Mist client should catch attempts to go to .eth now to make clear to new users it doesn't work yet. I am getting DNS hijacked by AT&T (my ISP) if I enter anything of these protocols in Mist. :-( An under construction gif would articulate to new users that we are still in 1993 as far as development. :-) |
^ You can change your dns servers to opendns servers. My old ISP did the same thing and they even locked down the routers so that you couldn't set DNS from the router so I had to do it individually on each device. Quite annoying |
Eagerly awaiting this feature :) |
eth://inigomontoya.eth
-> callsresolver.addr()
-> shows account page with balance or somethinghttp://inigomontoya.eth
-> callsresolver.a()
-> will resolve a normal DNS ipbzz://inigomontoya.eth
-> callsresolver.multiHash()
-> will resoslve using swarmipfs://inigomontoya.eth
-> callsresolver.multiHash()
-> will resoslve using ipfsinigomontoya.eth
-> will default to swarm and callsresolver.multiHash()
-> will resoslve using swarmThe text was updated successfully, but these errors were encountered: