Skip to content

Implementation of bybit exchange api on testnet using ccxt.

Notifications You must be signed in to change notification settings

bipin0x01/TP_BybitBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Ensure you have Node.js and npm (Node Package Manager) installed on your system. These tools are essential for running JavaScript projects outside the browser and managing project dependencies.

Setup Guide

Step 1: Install NPM modules

Open your terminal or command prompt and navigate to your project directory. Execute the following command to install all required modules.

npm install

Step 2: Env Setup

Create a .env file in the root of your project directory. Take reference from env.example to add you own keys and other required things.

Step 3: Start Server

Run the server using the following start script: npm start

About

Implementation of bybit exchange api on testnet using ccxt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published