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:
Mauricio Barragan
2026-06-08 21:03:33 -06:00
parent 908aefb2d8
commit 2e8744ccf0
87 changed files with 10414 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Dependencies
node_modules/
web/node_modules/
# Build output
dist/
web/dist/
# Environment & secrets
.env
.env.local
.env.*.local
# Local agent / IDE (not part of the product)
.cursor/
AGENTS.md
# Recorded feeds (can grow large)
data/
*.ndjson
# Logs & OS
*.log
.DS_Store
Thumbs.db