kotlin-walletconnect-lib
kotlin-walletconnect-lib copied to clipboard
Sample app is not working
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
i rewrite this demo https://github.com/xumoyan/walletConnectDemo.git
I have same problem. Sample app is not working and there is no complete document, how it's going to work
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)