kotlin-walletconnect-lib icon indicating copy to clipboard operation
kotlin-walletconnect-lib copied to clipboard

library to use WalletConnect with Kotlin or Java

Results 46 kotlin-walletconnect-lib issues
Sort by recently updated
recently updated
newest added
trafficstars

How to connect easily???? A trustwallet personnel is needed 💯.

Hi, I was checking [Kotlin WalletConnect App](https://github.com/WalletConnect/kotlin-walletconnect-lib) and it is working fine for the Etherium ERC20. **But I need to know is this possible to use this App for the...

Should it be possible to set the chainId when constructing WCSession? I saw that the code works with chainIds is some parts, but if I understand it correctly this is...

The following error occurs when I compile the JAR and run it on the simulator after another project is introduced java.lang.NoClassDefFoundError: Failed resolution of: Lorg/bouncycastle/crypto/paddings/PKCS7Padding; at org.walletconnect.impls.MoshiPayloadAdapter.prepare(MoshiPayloadAdapter.kt:63)

I can connect to metamask, and get the wallet address. Now, I want to sign message by the address. I use ```kotlin Session.preformMethodCall( Session.MethodCall.SignMessage( System.currentTimeMillis(), address, message ), callback )...

Successfully connected Metamask with this library. Now, How do I establish web3 connection to my contract and call the contract's method. Can you please provide me some examples?

Hi, I am a beginner dapp developer and I want to get user's wallet's public id using walletconnect. So far I am able to navigate my users to the app...

I use OkhttpClient to create the webSocket with 1s interval ping message.But , I just get the "Missing or invalid socket data" back. Will the v1 could supoort the ping...