bmino / binance-triangle-arbitrage

Detect in-market cryptocurrency arbitrage
MIT License
1.07k stars 337 forks source link

Layman's Terms #11

Closed CryptoChris314 closed 6 years ago

CryptoChris314 commented 6 years ago

How does one download and run the arbitrage bot? I am not a computer programmer and have no background in any of this language or these terms. Are there instructions for LAY PEOPLE? I have a MacBook, not sure if it makes a difference.

"Installing Prerequisites The following dependencies are required to run an instance: NodeJS Npm Install NodeJS and npm brew install node"

HUH? I have zero clue what any of the above means.

Click this Copy this Download this Paste this Etc.. Is what I'm looking for.

bmino commented 6 years ago

Hey thanks for your interest!

To run this bot you will need to 1) Acquire a copy of the code on your local computer 2) Add a few configurations 3) Build that code into something that can be run 4) Start the bot

Here is some guidance as to doing each of those steps

1) Acquire a copy of the code on your local computer

bmino commented 6 years ago

Hey Chris, does this help your issue?