ElementsProject / libwally-core

Useful primitives for wallets
Other
282 stars 135 forks source link

Human-Readable Names Resolution #451

Open TheBlueMatt opened 4 months ago

TheBlueMatt commented 4 months ago

As Human-Readable Names start getting more traction, having common Bitcoin libraries support the requisite DNS lookups, DNSSEC validation, and BIP 21 parsing would go a long ways towards simplifying wallets. The only actually hard part of all this is DNSSEC validation, which can be accomplished either through https://git.bitcoin.ninja/index.cgi?p=dnssec-prover or if you trust the DNS resolver and check the Authenticated Data bit in the response.