Architecture
Technical overview of SOL BEAST's architecture.
Components
Backend (Rust)
- Runtime: Tokio async
- WebSocket: pump.fun event monitoring
- RPC: Solana blockchain interaction
- API: Axum REST endpoints
Frontend (React)
- Framework: React 18 + TypeScript
- Build: Vite 5
- Styling: Tailwind CSS 3.3
- State: Zustand 4.4
Data Flow
- WebSocket receives pump.fun events
- Event processor evaluates heuristics
- Buy signal triggers transaction construction
- Helius Sender submits transaction
- Holdings monitor tracks positions
- Dashboard receives real-time updates
See Introduction for architecture diagram.