Concordium / concordium-reference-wallet-ios

Reference wallet for the Concordium blockchain
Apache License 2.0
11 stars 10 forks source link

Refactor QR scanner to support WalletConnect integration #323

Closed milsawicki closed 1 year ago

milsawicki commented 1 year ago

Purpose

In order to connect WalletConnect you have to scan QR code. We already had a class that was responsive for scanning QR wallet addresses but was not expandable/reusable. The class has been refatored to support WalletConnect.

Changes