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
0
votes
1 answer

WalletConnect deeplink in android doesn't route to page in flutter

I'm developing flutter application and i want implement wallet connect dapps through the deeplinks. dapp sites give me this link and when I click it, I redirected to my app but I don't have any path in this URL to specify in my app and GetX routing…
Hadi Norouzi
  • 179
  • 2
  • 8
0
votes
1 answer

Problem installing @walletconnect/react-native-dapp package

I want to use walletconnect in my react native app and had setup everything based on the @walletconnect/react-native-dapp package. I followed many articles to make it work.I search it on google and found no result.It seems that error is regarding…
Yash
  • 91
  • 2
  • 13
0
votes
0 answers

Connecting dApps in embedded browser with custom made wallet in react native

What are the APIs that's available to do this, I've only found Wallet Connect that can do this, are there any other that I've missed ? I've try integrating with Wallet Connect V1 sdk, but encounter a problem TypeError: null is not an object…
ON1FORCE
  • 1
  • 2
0
votes
0 answers

Promise not call when request get reject from External Wallet @walletconnect/react-native-dapp in react-native?

I have implemented @walletconnect/react-native-dapp in my react-native application to connect external wallet to my app. Everything is working in my app. I have stuck at one place where I'm calling the approve method of ABI by wallet sendTransaction…
0
votes
1 answer

useContractRead overrides changes msg.sender

I am using wagmi's useContractRead to fetch data from my solidity contract, now problem is that in that contract I use msg.sender to access the data about sender. My solidity code looks like this: function getInfo() public view returns (bool,…
Ratokl
  • 11
  • 1
  • 1
  • 2
0
votes
1 answer

When call write method :Unsupported method: eth_sendTransaction. Alchemy does not hold users' private keys

My calling smart contract method is: Transfer ethers and use alchemy . when clicking the button call payDrink method then show this error: [Error: Returned error: Unsupported method: eth_sendTransaction. Alchemy does not hold users' private keys.…
0
votes
2 answers

Trouble importing AsyncStorage from @react-native-async-storage/async-storage'

Getting error message Type 'AsyncStorageStatic' is missing the following properties from type 'IAsyncStorage': store, size, getStorets(2739 I have followed the documentation for installation, however still errors.
ceejam
  • 21
  • 3
0
votes
0 answers

React routing stuck, after login via Wallet Connect in mobile Firefox

I have created a react app with authorization via Wallet Connect. Made routing as in guides. Everything works well, however, in the mobile version of the Firefox browser, after connecting the wallet, the routing breaks. You can try here: Link by…
0
votes
0 answers

How do you handle a session using WalletConnect?

Purpose: To log in to Web3.0 using metamask in iOS, and to save login sessions to maintain repeated logins. Problem: The current login is successful, but I don't know where to handle the session. Source: https://github.com/maurovz/Glaip <- I use…
안은노
  • 59
  • 3
0
votes
4 answers

How to initialize Sign Client of WalletConnect (Android SDK)

I have following problem. I just can't figure out how to initialize WalletConnect and connect to Metamask on Android. I always get following exception. java.lang.NoSuchMethodError: No interface method…
Lukas
  • 812
  • 1
  • 14
  • 43
0
votes
1 answer

MetaMask can't submit transacion

When a user using walletconnect on our dapp sends a transaction (calling transfer method of smart contract of BEP-20 token) the transfer popup show up but nothing happens after confirm button click (reject is able to click) Everything worked fine…
Claire
  • 93
  • 6
0
votes
0 answers

How to get provider using rainbowkit wallet if connected via walletconnect or browser has no metamask extension

0 I'm using rainbowkit wallet which offers various wallet options such as walletconnect and coinbase. My question is, if I'm connected via metamask then my web3 instance can use window.ethereum as provider. But if I'm connected to other wallets like…
SKD
  • 61
  • 1
  • 8
0
votes
0 answers

Moralis Wallet Connect auth in mobile

I am using react-moralis and trying to authenticate from mobile. Everything works fine, but auth is working a bit strange. When pressing authenticate I fire a function authenticate from react-moralis. await authenticate({ provider:…
0
votes
1 answer

Why is window.ethereum not working in the following code?

I am trying to create a dApp but the browser in visual studio code doesn't see the ethereum connection even though I've installed metamask on the running browser. Here is my code (just to test the connection) function testConnexion() { …
Thomas L
  • 1
  • 3
0
votes
1 answer

Connect to specific blockchain on CoinbaseWalletSdk provider init

I am trying to connect to the polygon chain when creating a new Web3Modal and the coinbaseWalletSdk. According to what I found, the following code initializes the provider and should connect to chain id 137 (polygon). It does create the provider and…
Ron
  • 1,047
  • 13
  • 18