Hu-Fi / Mr.Market-V2

This is the V2 version of Mr.Market
GNU Affero General Public License v3.0
1 stars 0 forks source link

[TSE] Configure supported exchanges #10

Closed MWBlocky closed 1 month ago

MWBlocky commented 1 month ago

Description

This Pull Request introduces a method to configure supported exchanges using CCXT. The integration with the CCXT library is handled by a gateway, and this gateway is utilized by a service that registers the exchanges. This design allows for efficient addition and configuration of supported exchanges through an .env file.

Summary of changes

Related issues

Fixes #5

piotrswierzy commented 1 month ago

Add unit tests