WalletConnectSwift
WalletConnectSwift copied to clipboard
WalletConnect Swift SDK
Hello dev team, I've successfully signed in with WalletConnectSwift and as result I get public address with walletInfo: ``` if let pubAddress = self.walletConnect.session.walletInfo?.accounts[0] { self.publicAddressButton.setTitle(pubAddress, for: .normal) } ```...
I'm trying to run the `WalletConnectSwift-Example` client app but it's resulting in this handshake exchange: ``` WalletConnect URL: wc:444EEFF3-9597-41AD-B8BE-BE2EF66AF1AC@1?bridge=https%3A%2F%2Fsafe-walletconnect.gnosis.io%2F&key=87500d638a5a89f157189baf4d79634db1d0972f3f4b820a234133d6724c8a68 WC: {"payload":"","topic":"E765918A-834D-443D-A99A-1A25C58D7441","type":"sub"} WC: ==> {"id":1639983157601891,"jsonrpc":"2.0","method":"wc_sessionRequest","params":[{"peerId":"E765918A-834D-443D-A99A-1A25C58D7441","peerMeta":{"description":"WalletConnectSwift","icons":[],"name":"ExampleDApp","url":"https:\/\/safe.gnosis.io"}}]} ``` and the result is as...
with 1.6.2 SDK i'm trying to connect a TrustWallet mobile app without success. TrustWallet side it say connection ok, but the SDK fail to parse the response received from TrustWallet...
**Expect Bahavior** 1. click sign button on my mobile app 2. open wallet choosing panel 3. choose metamask 4. sign with metamask 5. back to my dapp I want to...
when i connect to ropsten network in rainbow wallet, i always get chain id of 1 and i am fetching chain id as session.walletinfo.chainid. In metamask i get proper chainid...
Hey guys, trying to use this to connect to Ledger Live using `ledgerlive://wc?uri=` deep link. I am getting the ledger live WalletConnect pop-up to open.. select and account and it...
Hi, On iOS, how exactly do I convert ABI JSON to a "data" object? (for send transaction)
Version numbers 1.6.2 and 1.6.0. After the connection is successful, I successfully receive the callback func client (client: client, didconnect URL: wcurl) and func client (client: client, didconnect session: session)....
Hello! I have connected to `Metamask` using `Wallet Connect` successfully, but I can't achieve to end that session. The function that I create it for disconnecting from session is at...