Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 388 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 388 Bytes

BLS Wallet Analytics Frontend

Frontend dashboard for displaying BLS Wallet contract analytics

BLS Wallet Analytics Server repo

https://github.com/Ian-Bright/bls-server

Setup

  1. Install dependencies
yarn install
  1. Configure env variables
REACT_APP_API_URL = <api_url>
  1. Start the frontend
yarn start