Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 434 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 434 Bytes

BLS Wallet Analytics Server

Node.js server made to handle fetching of BLS Wallet data from Google BigQuery

BLS Wallet Analytics Frontend repo

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

Setup

  1. Install dependencies
yarn install
  1. Configure env variables
GOOGLE_APPLICATION_CREDENTIALS = <path_to_google_key_file>
  1. Start the server
yarn start