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

Not able to install rainbow kit

Errors while installing rainbowkit How to resolve these errors and install the rainbow kit. I am facing these errors while trying to install the rainbow kit to integrate the wallet and react hooks. npm install @rainbow-me/rainbowkit wagmi ethers I…
0
votes
0 answers

importprivkey BTC RPC is not importing wallet address created with bitcoinaddress Library

Importprivkey is not importing the address after too much execution it's returning a response of timeout. tried the same command in bitcoin-cli and it's working perfectly. Looking for a solution. Thanks def send_amount(sender_private_key,…
0
votes
0 answers

@walletconnect/modal Cannot find module 'packages/modal-core/dist/_types/src/controllers/ModalCtrl' or its corresponding type declarations, Angular 16

Iam trying to migrate Walletconnect v1 to v2 in my Angular dapp but i have issues with two specific imports in…
0
votes
0 answers

Flutter wallet connect authorization and sign in

I went through all these steps according to the documentation but I couldn't establish the connection from my dapp to paraswap: I try to do the following to connect Create a connector final web3Wallet = await Web3Wallet.createInstance( …
0
votes
0 answers

WalletConnect: Switching account doesn't change the signer?

I use walletconnect/ethereum-provider@2.9.0 together with ethers@5.7.2. The setup is very simple: const provider = await EthereumProvider.init({ // params }); const web3provider = new Web3Provider(provider); I subscribe to events, call connect,…
CKK
  • 190
  • 13
0
votes
0 answers

lots of errorrs when upgraded to react core to v8

lots of errorrs when upgraded to react core to v8 "I am working on upgrading WalletConnect from v1 to v2, and I have installed the required packages. I also upgraded React core. However, I encountered several errors. Can you provide any solutions?"
0
votes
1 answer

I need help figuring out how to get a connected user from the web3modal button and accept an eth transaction using just vanilla js

I was using the walletconnect version 1 up until recently until the support stopped and i was forced to use the version 2 and so far it hasnt been a pleasant adaptation i am having issues with sending an eth transaction to a connected account…
0
votes
0 answers

How to get the ethereum address on phantom wallet?

I am trying to get the ethereum address on phantom wallet but I can't find a way to do it, Here in my code I check first if phantom wallet is installed then get the solana addess but i need also to get the ethereum address. const handlePhantom =…
0
votes
1 answer

how to get provider value from @web3modal/react

I am using the web3modal import { useWeb3Modal } from "@web3modal/react"; const foo = () => { const { open, close } = useWeb3Modal(); async function connect_wallet() { try { await open(); // Open the web3modal provider selection modal …
0
votes
1 answer

Walletconnect to send USDT ERC20

In my app I am showing wallet connect QR modal to allow mobile based wallets, connect with my DApp. I was able to scan and connect the app with various mobile wallets like omni, rainbow, trust wallet. I am trying to transfer USDT(USDT-ERC20) to the…
0
votes
0 answers

Transfer confirm on mobile wallet using walletconnect shows ethereum address

I am trying to connect DAPP with trustwallet mobile app using walletconnect. I am used the demo app provided by tronwallet-adapter here https://github.com/tronprotocol/tronwallet-adapter/tree/main/demos/react-ui/create-react-app. I tested connecting…
0
votes
0 answers

Inject attribute into child of webcomponent

I'm working on a project which uses the WalletConnect Web3 modal. The domain it's on uses SharedArrayBuffer, which requires COEP/COOP headers. This blocks images on 3rd party domains unless the crossorigin="anonymous" attribute is present. This…
Benedict Lewis
  • 2,733
  • 7
  • 37
  • 78
0
votes
1 answer

wagmi walletConnect: Unsupported chains. connect() requiredNamespace:

Trying to connect wagmi to use walletConnect I took the guide from the official Wagmi docs nothing was changed. It works if I include this in create-react-app, but when I integrate it into my project it gives this error when I click WalletConnect…
ZPPP
  • 1,567
  • 2
  • 18
  • 27
0
votes
0 answers

Trust wallet not connect with walletconnect for version 2

I have an application which connect the metamask wallet app with the wallet connect SDk v1. From the it's verifying the connection and allows user to login in app. Now i want to update the wallet connect SDK with version 2. This version 2 is not…
bhaumik
  • 21
  • 6
0
votes
0 answers

How can I connect kaikas wallet in the react native?

I want to connect kaikas wallet in the react native. I used @walletconnect/react-native-dapp to connect Metamask and Trust Wallet. But Kaikas wallet wasn't appeared in the modal of walletconnect. please help me to connect kaikas in the react…