sync2 icon indicating copy to clipboard operation
sync2 copied to clipboard

Add support for vet.domains

Open ifavo opened this issue 1 year ago • 0 comments

This is a draft pull request to get an opinion on the implementation and guidance on how to proceed.

Goal of this PR is to get a first basic implementation of vet.domains name resolution. Names can be entered in the recipient field and it will use the associated address. If an address has a primary name, its name will be shown as hint with the address input.

Here is a demo to visualize the change: sync2

Due some unfamiliarity with Vue, my questions are:

  1. How can I best place the service for the name resolution with dependency to thor? I put it into the blockchain service but it feels like it should be its own service.
  2. Is the integration generally okay in the way it was started?

If this is comes to a successful merge, I want to extend the integration with further display of names in another PR.

ifavo avatar Feb 06 '24 19:02 ifavo