mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
1.7 KiB
1.7 KiB
CCXT Cryptocurrency Trading Library Examples
To run the ccxt examples from any folder type one of the following commands in console.
Typescript
JavaScript
node path/to/example.js # substitute for actual filename here
These examples might require the following super-useful high-quality Node.js modules by xpl:
- ololog: Platform-agnostic logging with blackjack and hookers (ololog @ npm)
- ansicolor: A quality JavaScript library for the ANSI color/style management (ansicolor @ npm)
- as-table: A simple function that prints objects as ASCII tables (as-table @ npm)
All of the modules above are installed with the ccxt library devDependencies by npm automatically.
PHP
php -f path/to/example.php # substitute for actual filename here
Python
python path/to/example.py # substitute for actual filename here

