Skip to content

Instantly share code, notes, and snippets.

@frozeman
Created March 6, 2017 15:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save frozeman/1521d9deeb320b05dc60e19ddedf0e83 to your computer and use it in GitHub Desktop.
Save frozeman/1521d9deeb320b05dc60e19ddedf0e83 to your computer and use it in GitHub Desktop.
ENS resolving in Mist
  • eth://inigomontoya.eth -> calls resolver.addr() -> shows account page with balance or something
  • http://inigomontoya.eth -> calls resolver.a() -> will resolve a normal DNS ip
  • bzz://inigomontoya.eth -> calls resolver.multiHash() -> will resoslve using swarm
  • ipfs://inigomontoya.eth -> calls resolver.multiHash() -> will resoslve using ipfs
  • inigomontoya.eth -> will default to swarm and calls resolver.multiHash() -> will resoslve using swarm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment