WalletConnectSwift-Example
WalletConnectSwift-Example copied to clipboard
Example code for WalletConnectSwift library
Hi, After connecting my wallet I am able to successfully personal_sign and eth_sign, but eth_sendTransaction doesn't get a response. Any idea what I might be missing?
Hi , I have download the walletConnectSwift example project and run it on my Xcode .It's connected with other Dapps like "https://pancakeswap.finance","https://www.bakeryswap.org " it's good think. but I can't able...
Hey guys, I'm trying to use the example as a basis and use universal link to call Metamask. using let deepLinkUrl = "https://metamask.app.link/wc?uri=\(connectionUrl)" will launch metamask but the connect popup...
Update the bridge URL in the sample code from: `https://safe-walletconnect.gnosis.io/` To: `https://safe-walletconnect.safe.global/` According to the discussions here: https://github.com/WalletConnect/WalletConnectSwift/issues/137 Without this update, the QR code generated by the sample code would...
Hello, I get the following error when i try to connect iOS app to walletconnect **Task . finished with error [-1005] Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo={NSErrorFailingURLStringKey=https://safe-walletconnect.safe.global/,...
Hi, I'm writing a iOS app that connect to user wallet. The sample code launch directly the latest wallet installed on the iPhone. Is there a way to list all...
Hey guys, I tried your example and it doesnt work with rainbow and trust wallet. I managed to connect only to metamask. I facing same issue in my dapp as...
Question: Client dapp directly connects to metamask instead of showing preferred list of wallets/QR code like it does on desktop wallet connect.?
in my app i am trying to connect with metamask and the connection is established, but when i do minting and sending personal_sign the popup window doesnt show up in...
in my app i am always getting chain id of 1 even though i am connected to ropsten network which is 4 and i was using session.walletInfo.chainid in that i...