mirror of
https://github.com/getwax/bls-frontend.git
synced 2026-01-08 19:57:57 -05:00
update readme
This commit is contained in:
24
README.md
24
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user