gitbitex / gitbitex-new

an open source cryptocurrency exchange
Apache License 2.0
230 stars 84 forks source link

Liquidity Flow Process #3

Closed blockchain-app12 closed 2 years ago

blockchain-app12 commented 2 years ago

I'm running the docker, match engine flow working fine. My query was are you using any Liquidity Provider API to stream the Liquidity process functionalities or not ? If you used the Liquidity provider means, what are steps to follow it in the source code process and if any sql setup need or not for the liquidity flow. And kindly let me know, this code setup can be suitable for Liquidity streaming or not ?

greensheng commented 2 years ago

The code only provides basic functions such as trading and matching, and does not integrate Liquidity Provider. There is a MarketMaker in the fake directory, which synchronizes the trade data of binance, just for system demonstration.