Is it possible to develop a ccxt plugin for Zorro, enabling it to connect to almost all cryptocurrency exchanges via the ccxt interface for cryptocurrency trading?
Re: zorro with ccxt?
[Re: qin]
#489076 01/07/2607:0601/07/2607:06
You could potentially build with CGO shared library, it'd be a huge dll covering all exchanges or build a thin http microservice with node/python. I did the later for hyperliquid before building a native plugin.