Questions tagged [wallet-connect]

WalletConnect is a protocol for mobile wallets to sign Ethereum and other blockchain transactions.

WalletConnect is an open protocol to communicate securely between Wallets and Dapps (Web3 Apps). The protocol establishes a remote connection between two apps and/or devices using a Bridge server to relay payloads. These payloads are symmetrically encrypted through a shared key between the two peers. The connection is initiated by one peer displaying a QR Code or deep link with a standard WalletConnect URI and is established when the counter-party approves this connection request. It also includes an optional Push server to allow Native applications to notify the user of incoming payloads for established connections.

171 questions
2
votes
0 answers

Signing transaction through walletconnect on trust wallet return invalid hash on iOS

I'm trying to sign a transaction from my Dapp with walletconnect on trust wallet. Transaction data is something looks like this: { data:…
BeHappy
  • 3,705
  • 5
  • 18
  • 59
2
votes
1 answer

Connecting crypto wallet apps with 3rd party apps

Is there any current method to connect a crypto wallet ( Android app) like metamask with another crypto app (Android)? If I click connect wallet ( metamask) on my crypto based Android dapp then it must automatically open the metamask app and prompt…
2
votes
1 answer

WalletConnect fails to get bundled with vite

I have a vite project that uses @walletconnect/client. Everything works fine with npm run dev but during build (npm run build) I get these errors error during build: Error: 'removeHexPrefix' is not exported by…
2
votes
4 answers

Is it possible to use React Hooks in class component by using HOC(Higher Order Component)?

Can I use the functional components in class components? I am going to call a function that is extracted from a functional component in class component. But it is giving errors like the following. Unhandled Rejection (Error): Invalid hook call.…
SatelBill
  • 641
  • 2
  • 12
  • 28
2
votes
1 answer

Web3-React: Walletconnect does not set active and account in useWeb3React hook

Bug Description The issue is that when I use walletconnect to connect, I get the walletconnect qr modal to open fine. The modal also closes when the qr code is scanned from and connected from trustwallet and metamask app on my android phone. But I…
Anas Shad
  • 179
  • 3
  • 11
2
votes
0 answers

Is the WalletConnect supporting the "Binance Smart Chain (BEP20)" wallets?

I was checking Kotlin WalletConnect App and it is working fine for the Etherium ERC20. But I need to know is this possible to use this App for the Binance Smart Chain (BEP20) transactions? If Yes, can you please share the methods? I checked the code…
1
vote
0 answers

Reconnecting WalletConnect v2 SignClient to Previous Sessions in JavaScript Wallet App

I'm developing a JavaScript wallet application that uses WalletConnect v2 SignClient to connect with decentralized applications (DApps). I'm facing challenges when trying to implement the reconnection procedure to automatically reconnect to previous…
Saman Salehi
  • 1,995
  • 1
  • 22
  • 36
1
vote
0 answers

getClient not present in @kadena/client

I tried following the kadena wallet connect example However it can't import {getClient} from '@kadena/client' This causes a failure when trying to get balances for the accounts
Kitty Kad
  • 412
  • 1
  • 7
1
vote
1 answer

How to authorise in WalletConnect using python

I want to connect metamask to this site https://sendit.arcana.network/app/login via WalletConnect. i'm using selenium and i can't click on the metamask icon because there's a DOM in the DOM. So I want to know how I can connect the wallet through the…
Axcent
  • 13
  • 2
1
vote
1 answer

How can I migrate web3-react and walletconnect v1 to walletconnect v2?

I'm having a hard time migrating from my Dapp using walletconnect to walletconnect v2. I was originally using the version below. "@web3-react/core": "^6.1.9", "@web3-react/walletconnect-connector": "^6.2.13", The original code is…
1
vote
0 answers

Not able to configure upgrade of wallet connect v2.0

I'm currently developing a web-based application that interacts with the Ethereum blockchain. The application uses several JavaScript libraries, including Web3.js for interacting with Ethereum, Web3Modal for handling the connection to the user's…
1
vote
1 answer

Is there any way to connect only some chains when the wallet connect v2 connection request comes to the react-native wallet?

I am trying to use wallet connect v2 in react-native. When a connection request is made for 5 chains, I want to connect only 3 chains. Is there a way? If I put only 3 accounts in nameSpace, I get an error. Is there any way to connect only some…
1
vote
0 answers

Walletconnect suddenly stopped working, infinite loading

I've a website that has been deployed for weeks and it was working fine, I didn't even touch the code and it's now not working. Even on the WalletConnect website, their "connect wallet" buttons are not working. But I've Checked other websites, and…
Sammy Mishal
  • 61
  • 2
  • 5
1
vote
0 answers

Fulfilling order of seaport-js via WalletConnect returns 'invalid hash' error but the transaction goes through

I'm implementing an NFT swapping function with seaport-js. Eliminating gas related issues and under the same conditions, I have no problem swapping (fulfill order) via MetaMask(window.ethereum) but when I use WalletConnect the error below is…
ru_sb
  • 11
  • 2
1
vote
1 answer

WalletConnect always creates new pairing when connecting

I want to connect my dapp with WalletConnect, but I want to create only one pairing for my application. For testing purpose I use WalletConnect demo wallet and as I can see every time I create connection, new pairing appears: WalletConnect demo…
bsjhx
  • 19
  • 2
1 2
3
11 12