perawallet / pera-wallet

Source code for Pera Wallet, simply the best Algorand wallet.
https://perawallet.app
Other
178 stars 62 forks source link

Unable to perform transaction from Android App via WalletConnect #106

Open fanil30 opened 1 year ago

fanil30 commented 1 year ago

I am developing an android app to connect to pera wallet which I have done using walletconnect but now I am trying to perform a transaction from Android App since pera-connect is not available for android platform how do I sign a transaction from prea wallet sent from android app. WalletConnect is unable to send transaction to pera wallet. How do I do that?

jasonhtpham commented 1 year ago

I am having the similar issue. I am working on a Flutter application. Using Pera Wallet on iPhone to sign transaction works perfectly fine, but when I use Android Pera Wallet, it gives me a FormatException. Check this issue out for more details.

fanil30 commented 1 year ago

@jasonhtpham try using walletconnect provider instead of algorand provider

jasonhtpham commented 1 year ago

@jasonhtpham try using walletconnect provider instead of algorand provider

I don't quite get what you mean. I tried to use WalletConnectProvider but it seems like it is just an abstract class.