blakelapierre / crypto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create auth.json:

{
  "exchanges": [{
    "id": "coinbase",
    "enabled": false,
    "auth": {
      "apiKey": "",
      "secret": "",
      "password": ""
    }
  }]
}

id should be set to a valid ccxt exchange id


npm install

node index.js

About


Languages

Language:HTML 78.6%Language:JavaScript 21.2%Language:Shell 0.3%