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

feat: QR scanner should handle dynamic QR codes #874

Open
oleonardolima opened this issue Feb 10, 2024 · 8 comments
Open

feat: QR scanner should handle dynamic QR codes #874

oleonardolima opened this issue Feb 10, 2024 · 8 comments

Comments

@oleonardolima
Copy link
Contributor

oleonardolima commented Feb 10, 2024

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 ?

@benthecarman
Copy link
Collaborator

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

@benthecarman
Copy link
Collaborator

Maybe we figure out NFC support and only do OOB notes through that

@oleonardolima
Copy link
Contributor Author

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

Cool, I'll take a look at this library

Maybe we figure out NFC support and only do OOB notes through that

Yes, that's a good approach as well

@benthecarman
Copy link
Collaborator

Here's how we could do NFC

https://capawesome.io/blog/announcing-the-capacitor-nfc-plugin/

@oleonardolima
Copy link
Contributor Author

Here's how we could do NFC

https://capawesome.io/blog/announcing-the-capacitor-nfc-plugin/

Oh, wow!

@oleonardolima
Copy link
Contributor Author

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

btw I was taking a better look at it and it's seems it's not supported nimiq/qr-scanner#65

@oleonardolima
Copy link
Contributor Author

oleonardolima commented Feb 20, 2024

Here's how we could do NFC

https://capawesome.io/blog/announcing-the-capacitor-nfc-plugin/

but even before the NFC support, we would need to have support for issuing oob notes / offilne ecash
otherwise, there is no other wallet issuing ecash with NFC support 😅

@oleonardolima
Copy link
Contributor Author

related resource: https://developer.blockchaincommons.com/animated-qrs/

extracted from cashu PR cashubtc/nuts#31

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

2 participants