Quickstart
Run Fynd
Prerequisites
1. Build
git clone https://github.com/propeller-heads/fynd.git
cd fynd
cargo build --release2. Set Environment Variables
export TYCHO_API_KEY=your-api-key
export RPC_URL=https://eth.llamarpc.com
export RUST_LOG=info3. Run
3.1 Including RFQ Protocols
3.2 Check Solver Health
4. Submit a solve request
4.1 - Optional request fields
Field
Description
5. Configuration
Required
Flag
Env Var
Description
Optional
Flag
Env Var
Default
Description
5.1 - Worker pools file (worker_pools.toml)
worker_pools.toml)Field
Default
Description
5.1 Blacklist (blacklist.toml)
blacklist.toml)6. Logging and Monitoring
Logs
Prometheus Metrics
7. Validating and Executing the Solutions
Last updated