web-examples icon indicating copy to clipboard operation
web-examples copied to clipboard

Wallet and dapp examples implementing WalletConnect v2

Results 161 web-examples issues
Sort by recently updated
recently updated
newest added

### Problem Statement: Detected invalid import of index.css file (which does not exist) in "dapps/appkit/react-solana/src/main.tsx". ``` import './index.css' ``` ### Steps to replicate - Run the DApp located in the...

After using the open method to connect the wallet in AppKit React, I am unable to retrieve any wallet information from walletInfo.

Update ERC_7579_LAUNCHPAD_ADDRESS & SAFE_4337_MODULE_ADDRESS Pimlico docs - https://docs.pimlico.io/permissionless/v0_1/how-to/accounts/use-erc7579-account

I'm implementing Reown + SIWE in a NextJS 14 App Router website from the below guide: https://docs.reown.com/appkit/next/core/siwe Also following the example found here: https://github.com/reown-com/web-examples/tree/main/dapps/appkit-siwe/next How on earth to I get...

https://react-app.walletconnect.com/

PR Documentation Outline: Title: Add ERC-6942 Signature Validation for Pre-Deployed Contracts Summary: This PR implements signature validation using ERC-6942, which enables verifying signatures for smart contract wallets even when they...

Title: Add ERC-6942 Signature Validation for Pre-Deployed Contracts Summary: signature validation using ERC-6942, which enables verifying signatures for smart contract wallets even when they aren't deployed. This is necessary because...

I'm unable successfully use same code as in tron example I get these errors: // request() -> isValidRequest() failed' // Missing or invalid. request() method: tron_signTransaction' ```ts const network =...

hello, we need example of new latest version for example.

Resolved the issue with failing to build dist and the problem with App.tsx not rendering correctly.