Quickstart
Goal: install the CLI, fund a wallet, place a trade. Stub page — full content lands shortly.
1. Install
cargo install fora-cli
2. Configure
fora-cli config init
3. Trade
fora-cli market list
fora-cli trade buy <MARKET_TICKER> --side yes --amount 5
This page is a placeholder while the rewrite is in progress. Every command above is real, but the surrounding context (wallet setup, USDC funding, fee schedule, error recovery) is still being written. Source of truth: fora-cli/src/main.rs.