wallet-connect-web-examples/dapps/react-dapp-v2
2022-02-16 14:28:24 +01:00
..
public chore: removes react/ sub directory 2022-02-02 14:28:59 +01:00
src fix: simplifies handling deleted session 2022-02-16 14:28:24 +01:00
.env.local.example refactor(App): gets core functionality running via react hooks 2022-02-03 18:15:01 +01:00
.gitignore chore: removes react/ sub directory 2022-02-02 14:28:59 +01:00
.prettierrc chore(deps): adds missing prettier devDep 2022-02-02 17:10:56 +01:00
images.d.ts style: format all with prettier 2022-02-02 17:11:22 +01:00
LICENSE chore: removes react/ sub directory 2022-02-02 14:28:59 +01:00
package.json fix(deps): pin react-error-overlay versions 2022-02-09 13:45:30 +01:00
README.md chore: removes react/ sub directory 2022-02-02 14:28:59 +01:00
tsconfig.json chore: removes react/ sub directory 2022-02-02 14:28:59 +01:00
yarn.lock fix(deps): pin react-error-overlay versions 2022-02-09 13:45:30 +01:00

WalletConnect React App

Getting Started

Install the app's dependencies:

yarn

Set up your local environment variables by copying the example into your own .env.local file:

cp .env.local.example .env.local

Develop

yarn start

Test

yarn test

Build

yarn build