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
3
votes
2 answers

WalletConnect React Native - No events fired

I'm having a hard time getting WalletConnect 1.7.7 to work on React Native. I want to integrate in a crypto Wallet to handle dapps requests. Their documentation is...lacking. I'm following the "quickstart" in their docs, but listeners never gets…
EdGs
  • 356
  • 6
  • 18
3
votes
1 answer

How to open and verify WalletConnect link via iOS app?

I currently have an iOS application where I want users to be able to import their crypto wallets via WalletConnect. I try using the WalletConnect example app and I get as far as generating a url that opens metamask but it does not ask for any kind…
b_b
  • 41
  • 1
  • 2
3
votes
2 answers

Flutter - Connect trust wallet using wallet connect

I am trying to create a mobile app that can connect to mobile wallets (ex: Metamask, TrustWalet,...) via WalletConnect, but i can't find anything. Is there any way to implement walletconnect on flutter app yet?
Viet Hoang
  • 31
  • 1
  • 2
2
votes
1 answer

WalletConnect Suddenly Unable to Connect Trust Wallet via PC or Mobile

Hello Stack Overflow Community, I have implemented WalletConnect in my project and it has been working perfectly until now. However, suddenly today, I'm unable to connect my Trust Wallet using WalletConnect, either through a PC or mobile. While…
2
votes
0 answers

Wallet Connect is not working on mobile by using web3modal

gentlemen. I am developing the web game on "Cronos" Chain and I have the issues in wallet connecting. It is working on PC without no errors, but on mobile it is not working, also without presenting any errors. Please let me what I made mistake on…
Ksan Araki
  • 108
  • 1
  • 6
2
votes
1 answer

Cannot perform sign message when connected with Trust Wallet on Android

I have a weird bug, which happens only on Android in Trust Wallet. My dApp requires the user to sign the message, but after reports, I found out this happens only for Android. I tried multiple devices and multiple wallets. For example, metamask…
Patrik Krehák
  • 2,595
  • 8
  • 32
  • 62
2
votes
1 answer

WalletConnect with Ethersjs

is anyway to use walletconnect with etherejs ? the demos are nice but they are with wagmi i cant port all project from etherjs to wagmi i need this feature this button connect disconect and possibility to use only few networks/chainids import {…
user20922557
2
votes
3 answers

Metamask confirm button is blue, but doesn't respond to clicks(taps) in the mobile app, but the same JS code works on the desktop - custom BSC Token

Metamask Confirm button not working, couldn't confirm transaction for a smart contract. I use JS and WalletConnectProvider (website project). Connecting to Metamask by WalletConnect, then call transfer function for custom token contract. I use the…
Stef Man
  • 21
  • 4
2
votes
1 answer

Web3 client can't write to contract in Flutter app using WalletConnect for credendtial

I used web3dart with flutter with Ganache and Truffle to run my Solidity contract, the contract is being read fine by my Flutter app but when I run functions that write to the contract it doesn't work (can't write to the contract from the app). I…
cypherZox_
  • 21
  • 1
2
votes
1 answer

WalletConnect Error : Uncaught (in promise) TypeError: o.getSubtleCrypto() is undefined ( while running it in test server )

I've been trying to implement wallet-connect login in test server (with http:// ) where as it works perfectly in production server ( https:// ). It gives me this error while running Wallet Conneect in test server…
SKD
  • 61
  • 1
  • 8
2
votes
1 answer

Seperate Metamask and TrustWallet connect Flutter with WalletConnect_dart?

I am using walletconnect_dart pkg in flutter to connect to metamask and trustwallet application. But when clicking on the button, i have to choose between trustwallet and metamask. I want when i click MM btn it redirect to mm and the same with…
Long
  • 49
  • 3
2
votes
1 answer

How to limit WalletConnect to only connect to Binance Smart Chain?

I am trying to create a Dapp which works on Binance Smart Chain only. I have used walletConnect CDN: In the RPC section I have only used…
2
votes
1 answer

How can I customise the default styles in walletconnect/qrcode-modal?

I'm working on a dapp, I plan to use QR Code login to the dapp using the walletconnect/qrcode-modal npm package but I couldn't found customization for popup QR using the walletconnect. Is there a way to customise the QR Code displayed by…
Mohanraj G
  • 85
  • 1
  • 9
2
votes
1 answer

Get user's wallet address in web3.js

I need to call an API that requires the user's wallet address. However, I can only get wallet's accounts by web3.eth.getAccounts() but not the wallet address. I am using WalletConnect and was able to create web3 instance. Thanks!
agentp
  • 335
  • 4
  • 17
2
votes
0 answers

React WalletConnect Support for the experimental syntax 'jsx' isn't currently enabled

I have a working React app, and am trying to integrate a WalletConnect button on my site. I am following https://docs.walletconnect.com/quick-start/dapps/react-native but have run into this error when running 'npm start' SyntaxError:…
lufthansa747
  • 1,923
  • 3
  • 26
  • 39
1
2
3
11 12