UNPKG

sfccxt

Version:

A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges

8 lines (5 loc) 212 B
/* A entry point for the browser bundle version. This gets compiled by: browserify --debug ./ccxt.browser.js > ./dist/ccxt.browser.js */ // self works in webworkers too self.ccxt = require ('./ccxt')