Overview
Why a Bot?
Architecture
┌──────────────────────────────────────────────┐
│ Strike Telegram Bot │
│ │
│ ┌──────────┐ ┌──────────┐ ┌───────────┐ │
│ │ Handlers │ │ Services │ │ Database │ │
│ │ │ │ │ │ (SQLite) │ │
│ │ start │ │ privy │ │ │ │
│ │ markets │ │ pyth │ │ users │ │
│ │ betting │ │ blockchain│ │ bets │ │
│ │ mybets │ │ notifs │ │ wallets │ │
│ │ wallet │ │ │ │ │ │
│ │ settings │ │ │ │ │ │
│ │ admin │ │ │ │ │ │
│ │ help │ │ │ │ │ │
│ └──────────┘ └──────────┘ └───────────┘ │
│ │
│ Framework: grammY (TypeScript) │
└──────────────────────────────────────────────┘Embedded Wallets
Services
Service
Purpose
Database
Last updated