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

I want to interact smart contract with react native mobile application

I want to interact with my smart contract to use their functions. I am using the ethereum-react-native-boilerplate example and I’m trying to execute a smart contract function using the useWeb3ExecuteFunction hook. I run this example and its works…
0
votes
1 answer

Issue with Solana wallet by sending funds to Associated Token Metadata account

I sent a token to an "associated token metadata" account from my main Solana wallet. Now the tokens are allocated to a sub-account whose owner is the associated token metadata. I can't get access to this account, so my question is, is there a way to…
eblancode
  • 31
  • 3
0
votes
1 answer

connect to walletconnect with Dapp

I created my own lottery smart contract and also created front ends Dapp in html and javascript. I before used metamask for connecting. and also I used infura for connecting without metamask. but now I want to connect the project to trust wallet in…
owl
  • 21
  • 1
  • 8
0
votes
0 answers

Trust wallet dapp connect and sign transfer message

I connect trust wallet like this: //**Connect wallet:** import WalletConnect from "@walletconnect/client"; import QRCodeModal from "@walletconnect/qrcode-modal"; const connector = new WalletConnect({ bridge:…
user2950593
  • 9,233
  • 15
  • 67
  • 131
0
votes
3 answers

connect to walletconnect with web3modal

when I try to connect to my wallet from trust wallet browser, it redirects me to google Image 1 Image 2 The code is like this which is just as the same as trustWallet doc how can I properly connect to the wallet connect? is there anyway to connect…
-1
votes
0 answers

Ethers.provider.getSigner().address is Null in a React Native Expo App with WalletConnect

I'm working on a Web3 application using Solidity, React Native Expo, and WalletConnectModal. I've set up a Ganache network for testing and successfully connected to it via my Expo app and MetaMask. I'm using ngrok to expose the Ganache RPC, making…
-1
votes
0 answers

"Network Request Failed" Error When Interacting with Seaport Contracts Using WalletConnect Wagmi

I'm encountering a "Network Request Failed" error specifically when trying to interact with Seaport contracts using the WalletConnect connector from the Wagmi library. I've set up a project where I'm utilizing the WalletConnect connector provided by…
-1
votes
0 answers

WalletConnect V2 Getting No matching key. history: 1692426096597151 error in React+wagmi

I there, I'm trying to add WalletConnect V2 in my current running React JS project and I added React JS popup wallet connect modal and it's working fine fore connection my wallet using WalletConnect. And for the contract read and write I'm using…
Pavan Nagadiya
  • 652
  • 4
  • 10
-1
votes
1 answer

Call smart contract method with WalletConnect v1 and ethers.js provider on mobile in Clojure

Here I would like to allow calling a method of my smart contract from a ethers provider that uses WalletConnect. I proceed as follows to connect a user to WalletConnect : (ns my.project (:require ["@walletconnect/client" :default…
-1
votes
2 answers

window.ethereum.providers.find((provider) => provider.isMetamask) returns undefined

Metamask wallet will not connect if coinbase is installed. This is a critical issue for anyone trying to execute transactions on their website. Asking users to remove their coinbase wallet is a major…
-1
votes
1 answer

Is there a way to integrate Trust wallet in React.js without WalletConnect?

I know we can connect our Dapp with Trust wallet using WalletConnect. But I want to place the Trust wallet Connect button separately from WalletConnect. Is there a way to connect Dapp with Trust wall without using WalletConnect? Thanks.
-1
votes
2 answers

WalletConnect configuration for metamask mobile

Hey can anyone help me on below points- Connect React Native(expo or xcode) Mobile App to Metamask Mobile Application with the help of Walletconnect Not presenting the QRCode Modal but list of wallets available Send Ethereum transaction to…
-1
votes
1 answer

i am trying to create an app that can connect with metamask using walletconnect/react-native-dapp but i get this problem

i am trying to create an app that can connect with metamask using walletconnect/react-native-dapp but i get this problem. What went wrong: A problem occurred evaluating project ':app'. Could not find method compile() for arguments…
-1
votes
1 answer

Wallet Connect: The requested account and/or method has not been authorized by the user

I am using the exactly same wallet on both Wallet Connect (Chrome) + MetaMask (mobile) and MetaMask (Chrome) in calling a mint function of my smart contract. With MetaMask (Chrome), the process goes smoothly; but with Wallet Connect (Chrome) +…
Terry Windwalker
  • 1,343
  • 2
  • 16
  • 36
-1
votes
1 answer

when I sent transaction, web app redirects to app store on iphone

I made web app and tried to send transaction using metamask on iphone but it redirects to app store. It works well on desktop and Android. I used walletconnect for connecting wallet.
1 2 3
11
12