Skip to content

cetincem/binance-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Bot

A real-time cryptocurrency trading bot using Binance WebSocket API and Firebase Firestore

Environment Variables

The project uses the following environment variables to configure Firebase:

Variable Name Description
FIREBASE_SERVICE_ACCOUNT_KEY Path to your Firebase service account key JSON file. This file is required to authenticate and interact with Firebase Firestore.

Setting Up Environment Variables

  1. Create a .env file in the project root:
touch .env
  1. Add the path to your Firebase service account key:
FIREBASE_SERVICE_ACCOUNT_KEY=./path/to/your/serviceAccountKey.json

About

Binance Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published