Node.js server made to handle fetching of BLS Wallet data from Google BigQuery
https://github.com/Ian-Bright/bls-frontend
- Install dependencies
yarn install
- Configure env variables
GOOGLE_APPLICATION_CREDENTIALS = <path_to_google_key_file>
- Start the server
yarn start