AFK-AlignedFamKernel / afk_monorepo

AFK: Aligned Fam Kernel - Monorepo
https://afk-community.xyz
MIT License
15 stars 38 forks source link

Implement QR Code Generation and Scanning for Cashu Wallet #213

Closed akintewe closed 3 weeks ago

akintewe commented 4 weeks ago

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.

  1. 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 commented 4 weeks ago
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