mirror of
https://github.com/mauricioabh/arbpulse.git
synced 2026-08-06 20:17:43 +00:00
Initial commit: Arb Pulse monolith with CI and optional Fly deploy.
Real-time BTC cross-exchange arbitrage detection (Kraken, Bybit, OKX, Binance) with React dashboard, GitHub Actions CI, and documented Fly.io deploy workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { IClock } from "../../domain/ports/ports.js";
|
||||
|
||||
export class SystemClock implements IClock {
|
||||
now(): number {
|
||||
return Date.now();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user