59b98bcd36
* nextjs project * new structure under Web3Modal * Add Web3Modal + Wagmi v2 example in React (#422) * refactor next * remove logs * update example * add custom button * add custom button * Update dapps/web3modal/react/package.json --------- Co-authored-by: Blessing Samuel <samuelblessing125@gmail.com> |
||
---|---|---|
.. | ||
.codesandbox | ||
public | ||
src | ||
.env.example | ||
.eslintrc.cjs | ||
.gitignore | ||
index.html | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
Vite + React
This is a Vite project together with React.
Configuration .codesandbox/tasks.json
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