Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.21 KB

01-installation.md

File metadata and controls

49 lines (34 loc) · 1.21 KB

Installation

To install and use Mokka, first, you will need;

Then, (if git is installed) open terminal and type;

$ git clone [email protected]:bencagri/mokka.git
$ cd mokka
$ composer install

or Download the repo. Unzip it, and locate the directory in terminal;

$ cd mokka
$ composer install

Mokka is being installed now.

You will need to add your binance api key and api secret. To create Api Key and Secret Follow these intructions.

Then go to config directory and open mokka.yml file

markets:
    binance:
      api_key: YOUR_API_KEY
      api_secret: YOUR_API_SECRET

Everything seems ready.

Now we can run the Mokka and lean back. :)

$ bin/mokka run --symbol=BTCUSD --interval=90

Next

Check the parameters that you can use with command.