-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: QR scanner should handle dynamic QR codes #874
Comments
We use this library https://www.npmjs.com/package/qr-scanner not sure if it has support for animated QRs. Would rather not have to move to a different library for this |
Maybe we figure out NFC support and only do OOB notes through that |
Cool, I'll take a look at this library
Yes, that's a good approach as well |
Here's how we could do NFC https://capawesome.io/blog/announcing-the-capacitor-nfc-plugin/ |
Oh, wow! |
btw I was taking a better look at it and it's seems it's not supported nimiq/qr-scanner#65 |
but even before the NFC support, we would need to have support for issuing oob notes / offilne ecash |
related resource: https://developer.blockchaincommons.com/animated-qrs/
|
It would be needed to work with offline e-cash notes after the support of MutinyWallet/mutiny-node#1024
@futurepaul @benthecarman @benalleng I will try to give it a try after MutinyWallet/mutiny-node#1024, but do you have any thoughts on this already ?
The text was updated successfully, but these errors were encountered: