The Eco Routes CLI is the fastest way to publish your first intent. It launches an interactive wizard that handles quote fetching, vault derivation, funding, and publishing. Use the CLI for:Documentation Index
Fetch the complete documentation index at: https://eco.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- First-time exploration
- Manual operations and scripting
- Multi-VM source/destination pairs (EVM, SVM)
0. Prerequisites
- Node 18+
- Funded wallet on the source chain
- Source-chain RPC endpoint (optional — sane defaults are used otherwise)
1. Install globally
2. Publish your first EVM intent
.env.example to .env and set EVM_PRIVATE_KEY (or SVM_PRIVATE_KEY for Solana) — the CLI will pick it up automatically.
3. Track fulfillment
The intent hash returned in step 2 can be used to monitor the destination Portal’sIntentFulfilled event, or polled via the intent-status API endpoint.
Read next
- Routes API — same flow, programmatic
- Recipes — full integration patterns
- Architecture overview — what the CLI is calling under the hood
