Crypto Trading System: deployed

This project is a backend/terminal application. The “UI” runs in a terminal (Rich UI), not as a web page.

Terminal UI (currently started)

To view the running UI on the server:

tmux attach -t arbitrage_ui

To detach (keep it running): Ctrl+b then d

To stop it:

tmux kill-session -t arbitrage_ui

Need a web UI?

If you want to access a dashboard via https://ai.czb.com, we can start a web service (e.g. Streamlit) on a local port and configure Nginx reverse proxy in BaoTa.