wallet-connect-web-examples/basic/dapps/ethereum-provider
crypblizz 8b22738217
[Project] Basic and Advanced Web Examples (#288)
* Chore: init

* chore: init

* feat: added basic dapps and improved README

* fix: Unified env.example and added comments with instructions

* fix: better usage instruction in readme

* fix: removed advanced section

* fix: added dapps and wallets

* fix: added web3inbox

* Update basic/dapps/web3inbox/README.md

Co-authored-by: Ben Kremer <ben@walletconnect.com>

* Update basic/dapps/ethereum-provider/src/App.tsx

Co-authored-by: Gancho Radkov <43912948+ganchoradkov@users.noreply.github.com>

* chore: added detailed README for basic section

* chore(deps): updated deps for universal-provider-solana

* fix: multiple suggestions

---------

Co-authored-by: Boidushya Bhattacharya <boidushyabhattacharya@gmail.com>
Co-authored-by: Ben Kremer <ben@walletconnect.com>
Co-authored-by: Gancho Radkov <43912948+ganchoradkov@users.noreply.github.com>
2023-09-25 15:41:42 +05:30
..
.codesandbox [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
public [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
src [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
.env.example [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
.gitignore [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
index.html [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
package.json [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
README.md [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
tsconfig.json [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
tsconfig.node.json [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
vite.config.ts [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30
yarn.lock [Project] Basic and Advanced Web Examples (#288) 2023-09-25 15:41:42 +05:30

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