Getting Started¶
Welcome to Arbiter-Bot! This section will help you get up and running.
Prerequisites¶
- Rust 2024 Edition (rustc 1.85+)
- Cargo (comes with Rust)
- Exchange API credentials:
- Polymarket: Ethereum private key, CLOB API credentials
- Kalshi: API key ID and RSA private key
Quick Start¶
- Installation - Build the project from source
- Configuration - Set up environment variables
- First Run - Test connectivity and run in dry-run mode
Next Steps¶
After getting started, explore:
- Architecture - Understand the system design
- Development - Contribute to the project