walletconnectkit-android icon indicating copy to clipboard operation
walletconnectkit-android copied to clipboard

WalletConnectKit is the Swiss Army toolkit for WalletConnect!

Results 20 walletconnectkit-android issues
Sort by recently updated
recently updated
newest added

I want to perform a transaction using metamask. Connect button is working, but when I try to perform a transaction, it redirected to metamask, but nothing happens. No dialog is...

v1

Hello, I want to perform a transaction using metamask. Connect button is working, but when I try to perform a transaction, it redirected to metamask, but nothing happens. No dialog...

v1

Hello there, what is the same command as ``` binding.walletConnectButton.start(walletConnectKit) { address -> println("You are connected with account: $address") } ``` I have tried `walletConnectKit.requestHandshake()` and `walletConnectKit.openWallet()` Also, using the...

v1

Hello, Is there a way to get the balance and the currency along side the address from a wallet? Currently testing using Metamask. Thanks!

help wanted
question 🤔

I need this, since my application is the application for multichain swaps and it needs to be connected simultaneously to a bunch of different web3-compatible chains

question 🤔

**What's new:** * Store only the application context * Detach session callback from WalletConnectButton (this allows users to observe the session state anywhere) * Better builder for WalletConnectKit * Support...

Currently, we need to call the `performTransaction` function inside a `runCatching` or try/catch block. This PR removes that need by returning the exception inside a result.

**Exception:** java.lang.NoSuchMethodError: No direct method (Lcom/walletconnect/android/CoreClient;)V in class Lcom/walletconnect/sign/client/Sign$Params$Init; or its super classes (declaration of 'com.walletconnect.sign.client.Sign$Params$Init' appears in /data/app/~~mSzRPvOCPJ5rc3I41d2X6w==/com.dinosoftlabs.binder-KTkbrpJ4XDWAWKDxPXoGBA==/base.apk!classes15.dex) at dev.pinkroom.walletconnectkit.core.WalletConnectKitConfigKt.initializeCoreClient(WalletConnectKitConfig.kt:58) Here's the code example where facing issue val config:...