wallet-connect-web-examples/dapps/react-dapp-v2-with-web3js
2022-02-22 11:55:16 +01:00
..
public feat: sets up react-dapp-v2-with-web3js 2022-02-22 11:55:16 +01:00
src feat: gets eth_signTypedData working with web3js 2022-02-22 11:55:16 +01:00
.env.local.example feat: sets up react-dapp-v2-with-web3js 2022-02-22 11:55:16 +01:00
.gitignore feat: sets up react-dapp-v2-with-web3js 2022-02-22 11:55:16 +01:00
.prettierrc feat: sets up react-dapp-v2-with-web3js 2022-02-22 11:55:16 +01:00
images.d.ts feat: sets up react-dapp-v2-with-web3js 2022-02-22 11:55:16 +01:00
LICENSE feat: sets up react-dapp-v2-with-web3js 2022-02-22 11:55:16 +01:00
package.json feat: sets up react-dapp-v2-with-web3js 2022-02-22 11:55:16 +01:00
README.md feat: sets up react-dapp-v2-with-web3js 2022-02-22 11:55:16 +01:00
tsconfig.json feat: sets up react-dapp-v2-with-web3js 2022-02-22 11:55:16 +01:00
yarn.lock feat: sets up react-dapp-v2-with-web3js 2022-02-22 11:55:16 +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