.. | ||
public | ||
src | ||
.env.local.example | ||
.gitignore | ||
.prettierrc | ||
images.d.ts | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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