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

(ios) Adding ability to receive a payment via NFC (bolt card) #664

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robbiehanson
Copy link
Contributor

The Bolt Card allows for bitcoin payments over the lightning network using a contactless payment card.

In order to support receiving payments via a Bolt Card, all we have to do is:

  1. Scan a standard NDEF tag via NFC
  2. The resulting URI is a lnurl-withdraw (which we already fully support)

This basically means the only work we have to do is add support for scanning an NFC tag.

nfc_pay_720p.mov

Notes:
There is a separate PR to add support for linking a Bolt Card to a Phoenix wallet. Which means you could then use the card to make contactless payments from your Phoenix wallet.

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

Successfully merging this pull request may close these issues.

1 participant