You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
A Monerujo wallet should be able to tap the NFC and it should generate the same payment request as scanning the HotShop QR
Can it work over Tor?
I have a possibly-working example here: https://github.com/CryptoGrampy/HotShop/tree/nfc that is deployed to hotshop-test.onrender.com . This needs to be tested with essentially 2 Android devices at the moment- one running HotShop and one running Monerujo (the only wallet that supports NFC). Additionally, the web-api does not work locally and has to be deployed to an https site.
The text was updated successfully, but these errors were encountered:
Dumb question: would it be possible to extend this such that a "dumb" NFC hard-wallet could be implemented for Monero? No phone app required on the customer's end, just tap and PIN to pay like we get with fiat cards. As much as people like phone based NFC payment, there's still a massive market for standalone cards.
EDIT: Looks like this would be much easier with Seraphis.
@tidux from everything i've heard, you basically must have an online device as a customer to be able to gather recent decoys to generate the transaction and this is not really something a vendor can do. I do think a simple tap to pay with a phone that looks something like, - merchant displays payment amount, user taps phone, request for XXX xmr pops up on phone with thumbprint or pin request to approve.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a possibly-working example here: https://github.com/CryptoGrampy/HotShop/tree/nfc that is deployed to hotshop-test.onrender.com . This needs to be tested with essentially 2 Android devices at the moment- one running HotShop and one running Monerujo (the only wallet that supports NFC). Additionally, the web-api does not work locally and has to be deployed to an https site.
The text was updated successfully, but these errors were encountered: