Made the onramp in Go with way better architecture. Created onramp/DATABASE.md to help with next development cycle.

This commit is contained in:
Kalzu Rekku
2026-01-13 22:51:43 +02:00
parent ac4f2cfcc8
commit 5d2aa8f499
6 changed files with 474 additions and 54 deletions

View File

@@ -4,6 +4,6 @@
"database_path": "market_data.db",
"status_host": "127.0.0.1",
"status_port": 9999,
"poll_interval_ms": 200,
"poll_interval_ms": 500,
"symbol": "BTCUSDT"
}