update readme

This commit is contained in:
Ian-Bright
2023-06-12 16:31:49 -06:00
parent 0ab058e368
commit d0378c4826

View File

@@ -1,3 +1,27 @@
# BLS Wallet Analytics Frontend
Frontend dashboard for displaying BLS Wallet contract analytics
### Frontend url
[https://wax-v1-analytics.vercel.app/](https://wax-v1-analytics.vercel.app/)
## Setup
1. Install dependencies
```
yarn install
```
2. Configure env variables
```
REACT_APP_API_URL = <api_url>
```
3. Start the frontend
```
yarn start
```