Documentation Index
Fetch the complete documentation index at: https://docs.forevex.trade/llms.txt
Use this file to discover all available pages before exploring further.
前置条件
- Rust stable
- (可选)Docker + Docker Compose,用于 Postgres + 常驻 API
- (可选)PostgreSQL,用于报告缓存、raw/canonical、榜单
1. 进入项目目录
本 monorepo 中后端 crate 位于polymarket-account-analyzer/:
Polymarket-Analyzer/(与 Cargo.toml 同级)。
2. 编译
target/release/polymarket-account-analyzer。
3. 分析钱包(CLI)
--config(程序不会自动读取当前目录的 config.toml):
4. 启动 HTTP API
cors_allowed_origins 或环境变量 PAA_CORS_ORIGINS。
5. Docker Compose(可选)
config.docker.toml 与一次性 analyze 容器示例见仓库根目录 README。