Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: BIP-0353 support #179

Open
AndySchroder opened this issue Sep 28, 2024 · 2 comments
Open

Feature: BIP-0353 support #179

AndySchroder opened this issue Sep 28, 2024 · 2 comments

Comments

@AndySchroder
Copy link

Feature Description

I'd like BIP-0353 support so that offers can be automatically fetched from DNS records and paid in one simple command.

Design

  1. Decode user@domain and convert to user.user._bitcoin-payment.domain.
  2. Fetch TXT record.
  3. Verify DNSSEC proofs.
  4. Concatenate strings in TXT record.
  5. Extract offer from bitcoin: URI.
  6. Pay offer.
@moneyball
Copy link

So....Strike implemented this. I believe they just used Matt's open source code, is that right @mrfelton ?

@mrfelton
Copy link
Contributor

That's right!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants