79cad33e0a
* 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 |
||
---|---|---|
.. | ||
.codesandbox | ||
public | ||
src | ||
.env.example | ||
.gitignore | ||
index.html | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts | ||
yarn.lock |
Vite + React
This is a Vite project together with React.
Configuration has been added to optimize it for CodeSandbox.
Usage
- Go to WalletConnect Cloud and create a new project.
- Copy your
Project ID
- Rename
.env.example
to.env
and paste yourProject ID
as the value forVITE_PROJECT_ID
- Run
yarn
to install dependencies - Run
yarn dev
to start the development server