sync2
sync2 copied to clipboard
Add support for vet.domains
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:
Due some unfamiliarity with Vue, my questions are:
- 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.
- 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.