web-examples
web-examples copied to clipboard
Wallet and dapp examples implementing WalletConnect v2
if I go to https://react-app.walletconnect.com/ , choose Ethereum mainnet, scan the QR with TrustWallet or MetaMask app on android, the app recognises the modal, but doesn't show anything, just "Connecting...
## Context - There are currently two ways to issue an auth_request to a wallet that also implements the Auth SDK: - **New:** on `authClient.request()`, a new pairing is created....
This wallet: https://react-web3wallet.vercel.app/ Doesn't handle receiving 2 requests at the same time. **Current Behavior** When sending a session request and an auth request at the same time, it starts showing...
It would be reasonable to remove the support for these methods (`eth_sign`, `eth_signTransaction`) due to security reasons to not incentivise wallet developers and dApp developers to use these methods out...
in [HelperUtils.ts](https://github.com/WalletConnect/web-examples/blob/main/wallets/react-wallet-v2/src/utils/HelperUtil.ts#L42), `getSignParamsMessage` function returns original message, but this function returns an error if the message is exactly 20 bytes. ```js /** * Gets message from various signing request methods...
## Context * See for reasoning: https://github.com/WalletConnect/walletconnect-docs/pull/444 * We should align our examples to be representative of this canonical approach to avoid confusing devs looking at our example usage of...
Several wallets have been testing https://react-app.walletconnect.com/ but have complained that it doesn't work. After doing some digging it turns out they were trying to connect to a testnet, since the...
**Describe the bug** Missing or invalid "message" param After the 2.0.0-beta.100 is reinstalled, the error displayed on the connection is the same as the error displayed in the 2.0.0-beta.101 version...
Would be nice to have current versions of the wallet connect packages displayed somewhere in the apps
**Describe the bug** Wallet's `session_event` emit throws with some chain combinations. **SDK Version (if relevant)** - Client: Javascript - Version: 2.0.0-beta.100 - Implementation: Wallet (https://react-wallet.walletconnect.com/) **To Reproduce** Steps to reproduce...