Skip to content
Martine Ehrlich edited this page Sep 28, 2018 · 4 revisions

Installing on Sparkswap machine

  1. clone the ccxt repo w/ the sparkswap branch git clone [email protected]:sparkswap/ccxt.git
  2. In the CCXT folder, get to the sparkswap branch w/ git checkout -b adding-sparkswap
  3. update brew with brew update
  4. install deps for ccxt w/ brew install python php tox pandoc
  5. install npm with npm install
  6. build the ccxt project w/ npm run build
  7. run the sparkswap example w/ node examples/sparkswap-fetch-balances.js
Clone this wiki locally