ccxt-ts-transpilation

Installation
SKILL.md

CCXT TypeScript Development

Overview

CCXT is a cryptocurrency trading library supporting 100+ exchanges. Written in TypeScript, it transpiles to Python, Go, PHP, and C#. When editing exchange implementations in ccxt/ts/src/, you must follow strict patterns to ensure successful transpilation across all target languages.

Most Important Rule: Code must be UNIFIED across all exchanges. Copy patterns from existing certified exchanges, don't invent new patterns.

References

Key Concepts

Transpilation System

TypeScript in ts/src/ → Transpiled to python/, php/, go/, cs/

Installs
4
First Seen
Feb 1, 2026
ccxt-ts-transpilation — herklos/octobot-stack-vs-workspace