wallet-connect-web-examples/dapps/ethereum-provider
shreerang6921 79cad33e0a
Request only for personal sign method (#1)
* Remove send eth send transaction method

* Use Urbit logo instead of walletConnect logo

* Only display ethereum chains

* Remove optional namespaces

* Undo changes made to react dapp with web3 repo
2024-03-06 18:33:57 +05:30
..
.codesandbox restructure (#345) 2023-12-13 15:36:25 -03:00
public restructure (#345) 2023-12-13 15:36:25 -03:00
src Request only for personal sign method (#1) 2024-03-06 18:33:57 +05:30
.env.example restructure (#345) 2023-12-13 15:36:25 -03:00
.gitignore restructure (#345) 2023-12-13 15:36:25 -03:00
index.html restructure (#345) 2023-12-13 15:36:25 -03:00
package.json restructure (#345) 2023-12-13 15:36:25 -03:00
README.md restructure (#345) 2023-12-13 15:36:25 -03:00
tsconfig.json restructure (#345) 2023-12-13 15:36:25 -03:00
tsconfig.node.json restructure (#345) 2023-12-13 15:36:25 -03:00
vite.config.ts restructure (#345) 2023-12-13 15:36:25 -03:00
yarn.lock restructure (#345) 2023-12-13 15:36:25 -03:00

Vite + React

This is a Vite project together with React.

Edit in CodeSandbox

Configuration has been added to optimize it for CodeSandbox.

Usage

  1. Go to WalletConnect Cloud and create a new project.
  2. Copy your Project ID
  3. Rename .env.example to .env and paste your Project ID as the value for VITE_PROJECT_ID
  4. Run yarn to install dependencies
  5. Run yarn dev to start the development server

Resources