Skip to content

MrGr00t/triangular-scaner-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

triangular-scaner-js

Triangular arbitrage scanner for all exchanges wrote on node.js

To get started, node.js and npm must be installed on your computer.

After cloning the repository:

  1. Run cmd 'npm i' to install all required modules.
  2. In the .env file, specify the exchanges you want to scan, write each one separated by a space, also indicate the minimum profit in percentage, the base currency and the amount of the transaction.
  3. after run by 'node index.js'

For educational purposes only, arbitrage opportunities don't exist, they all are took by market-makers.

About

Triangular arbitrage scanner for all exchanges wrote on node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.7%
  • Shell 3.3%