walletconnect-test-wallet icon indicating copy to clipboard operation
walletconnect-test-wallet copied to clipboard

Test Wallet (Web)

walletconnect-test-wallet

Test Wallet (Web)

Setup INFURA project id

An INFURA project id is required to run this project. Signup for a free INFURA project id here.

Once you have the project id, setup the environment variable in file .env.local as follow.

REACT_APP_INFURA_PROJECT_ID=<your infura project id>

Develop

npm run start

Test

npm run test

Build

npm run build