# React-wallet **Repository Path**: KoLei/react-wallet ## Basic Information - **Project Name**: React-wallet - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-20 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://infura.io/product/ethereum). Once you have the project id, setup the environment variable in file `.env.local` as follow. ``` REACT_APP_INFURA_PROJECT_ID= ``` ## Develop ```bash npm run start ``` ## Test ```bash npm run test ``` ## Build ```bash npm run build ```