/bls-server

Server for BLS Wallet analytics

Primary LanguageTypeScript

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