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

Implement QR Code Generation and Scanning for Cashu Wallet #213

Merged
merged 12 commits into from
Oct 25, 2024
Merged

Implement QR Code Generation and Scanning for Cashu Wallet #213

merged 12 commits into from
Oct 25, 2024

Conversation

akintewe
Copy link
Contributor

This pull request addresses the implementation of QR code generation and scanning functionalities for the Cashu wallet. The following features have been added:
QR Code Generation:
Integrated the existing QR code generator to create QR codes for both eCash and Lightning invoices.
Utilized react-native-qrcode-svg for generating QR codes from eCash data and Lightning invoices.
2. QR Code Scanning:
Implemented QR code scanning using expo-camera and vision-camera-code-scanner.
Managed camera permissions to ensure a smooth user experience.
Added functionality to scan QR codes to receive eCash or pay Lightning invoices.
Code Changes:
QR Code Generation: Implemented in GenerateQRCode.tsx.
QR Code Scanning: Implemented in ScanCode.tsx.

@akintewe
Copy link
Contributor Author

akintewe commented Oct 24, 2024

Screenshot 2024-10-24 at 8 39 00 PM Screenshot 2024-10-24 at 8 39 20 PM Screenshot 2024-10-24 at 9 29 05 PM Screenshot 2024-10-24 at 9 29 21 PM

@MSghais MSghais linked an issue Oct 25, 2024 that may be closed by this pull request
2 tasks
Copy link
Member

@MSghais MSghais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LFG

@MSghais MSghais merged commit b6ec2e3 into AFK-AlignedFamKernel:main Oct 25, 2024
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.

Cashu generate QR Code & Scan
2 participants