# Cloning the repository
$ git clone git@github.com:conradoqg/study-cryptobot.git
$ cd study-cryptobot
$ npm install
# Simulating
$ node main.jsIf you want to use the kraken private API, rename .env.sample to .env and set the KEY and SECRET data.
If this implementation does something wrong, please feel free to contribute by opening an issue or sending a PR.
If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.