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

Sample app is not working

Open abalyasnikov opened this issue 5 years ago • 3 comments
trafficstars

Hey, We integrate WalletConnect to Zerion app. But Sample app isn't working at all. After I press Connect button, I just see an empty screen in the wallet interface. Could you please check my screencast? https://yadi.sk/d/HMjZJCVw9fAitg

abalyasnikov avatar Aug 21 '20 14:08 abalyasnikov

i rewrite this demo https://github.com/xumoyan/walletConnectDemo.git

xumoyan avatar Aug 17 '21 13:08 xumoyan

I have same problem. Sample app is not working and there is no complete document, how it's going to work

erfanegtfi avatar Dec 25 '21 13:12 erfanegtfi

I replaced this line (in ExampleApplication.kt): config = Session.Config(UUID.randomUUID().toString(), "http://localhost:${BridgeServer.PORT}", key) with config = Session.Config(UUID.randomUUID().toString(), "https://bridge.walletconnect.org", key)

erfanegtfi avatar Dec 26 '21 11:12 erfanegtfi