wallet-connect-web-examples/dapps/react-dapp-v2-with-ethers
2022-02-17 10:33:19 +01:00
..
public chore: set up app, get basics working with EthereumProvider 2022-02-17 10:33:19 +01:00
src fix: simplifies session deleted handling 2022-02-17 10:33:19 +01:00
.env.local.example refactor: abstract into DEFAULT_INFURA_ID 2022-02-17 10:33:19 +01:00
.gitignore chore: set up app, get basics working with EthereumProvider 2022-02-17 10:33:19 +01:00
.prettierrc chore: set up app, get basics working with EthereumProvider 2022-02-17 10:33:19 +01:00
images.d.ts chore: set up app, get basics working with EthereumProvider 2022-02-17 10:33:19 +01:00
LICENSE chore: set up app, get basics working with EthereumProvider 2022-02-17 10:33:19 +01:00
package.json chore: set up app, get basics working with EthereumProvider 2022-02-17 10:33:19 +01:00
README.md chore: set up app, get basics working with EthereumProvider 2022-02-17 10:33:19 +01:00
tsconfig.json chore: set up app, get basics working with EthereumProvider 2022-02-17 10:33:19 +01:00
yarn.lock chore: set up app, get basics working with EthereumProvider 2022-02-17 10:33:19 +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