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
1
vote
0 answers

web3 bsc send transaction

I'm trying to send a transaction via bsc using WalletConnect and web3 This is the connection code const provider = new WalletConnectProvider({ rpc: { 1: "https://bsc-dataseed.binance.org/", 2:…
1
vote
1 answer

Web3 with WalletConnectProvider is not responding when using contract

I am using angular with walletconnectprovider and web3 I have this issue with calling any methods from the contract where web3 is not returning any response. This is how I initialized my provider this.provider = new WalletConnectProvider({ //…
Arianne
  • 69
  • 11
1
vote
0 answers

Walletconnect not firing App in mobile but redirect

i can't figured out why when i call a method with provider, walletconnect keeps redirecting me in https://link.trustwallet.com instead of open me the app to approve the transaction. I've wrote the code for metamask and walletconnect and i used…
Simon D.
  • 30
  • 5
1
vote
2 answers

connect to trustwallet and get bsc, eth, btc addresses and balances

right now I use this code: https://github.com/Web3Modal/web3modal-vanilla-js-example but it connects only eth address from trust wallet I tried to change provider options to this: const providerOptions = { walletconnect: { package:…
user2950593
  • 9,233
  • 15
  • 67
  • 131
0
votes
0 answers

Web3Wallet's method "eth_sendTransaction" throwing error when i swap from pancakeswap in react-native wallet app

I'm using walletconnect v2's web3wallet in my react-native wallet app. I connected my wallet with pancakeswap,selected chain on pancake swap is binance mainnet. When i try to swap from bnb to usdt, in my walletapp modal is opened of…
0
votes
0 answers

WalletConnect V2 doesnt end session in the wallet

I am trying to create a disconnect function in my reaction-dapp, but that only ends the session in walletConnect and the dapp but in the wallet it does not disconnect, and when I want to connect to another account it does not leave because it is as…
0
votes
0 answers

Too long transaction hash with Wallet Connect

I am developing a wallet app with the help of WalletConnectV2. I’m having issues with the transaction hash. it is 132 characters long. (0x + 130 characters) r and s are each 64 characters long (+ 0x) and v is two characters long. The transaction…
Hugo R
  • 25
  • 1
  • 9
0
votes
0 answers

Error: > while Migration @walletconnect/web3-provider => @walletconnect/ethereum-provider

"@types/googlemaps": "3.39.3", "@types/markerclustererplus": "2.1.33", "@types/node": "^9.6.61", "@types/react": "^16.9.34", "babel-plugin-relay": "^10.1.1", "babel-plugin-styled-components": "^1.12.0", "ember-cli-materialize":…
nikunj
  • 1
  • 2
0
votes
0 answers

Wallet connect Web3Wallet sdk implementation android - Error

I am trying to implement wallet connect Web3Wallet sdk in my Android application. As per the documentation I have added the following…
Jincy
  • 1
  • 1
0
votes
0 answers

Failed to transfer CELO on omni wallet using web3js

I am able to connect omni wallet with wallet connect in my app. I want to transfer CELO to a blockchain address, when I request for a transaction, I am able to confirm the window on omni wallet and when I confirm the transaction, it shows success…
0
votes
0 answers

how to use WalletConnect (https://walletconnect.com) with MeshJs (https://meshjs.dev/) cardano development library

wallet connector easily supports cardano-serialization-lib but i am not getting any way to use it with MeshJS. As meshJs only provides BroserWallets.enable(_) function only to connect wallet , how to use it with WalletConnector
0
votes
1 answer

a working example of web3modal with typescript 5

I wanted to play around with web3modal (walletconnect) in typescript. I followed the official guide, but was unable to finish my setup due to dependency problems to reproduce simply run the following: npx create-react-app web3modal --template…
0
votes
0 answers

WalletConnect migration issue, failed to execute 'eth_sendTransaction' requests by our flutter dApp

I encountered a problem with our Flutter based dApp while migrating to WalletConnect v2 from v1. Our dApp interacts with an erc721 contract that we deployed on the polygon blockchain. Executing ‘eth_sendTransaction’ or ‘eth_signTransaction’ requests…
0
votes
0 answers

How can I connect Lisk Desktop to my dApp using walletconnect

I am developing a dApp on the Lisk blockchain, and want users to be able to connect the Lisk Desktop wallet to my dApp using walletconnect. there is some info on the LiskHQ/lisk-desktop repo about setting up a connection, but I am unable to combine…
Amar Mesic
  • 69
  • 6