-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (13 loc) · 843 Bytes
/
.env.example
File metadata and controls
17 lines (13 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ── Main Orchestrator ──────────────────────────────
# Wallet (for x402 payments and optional contract calls)
EVM_PRIVATE_KEY=0x...
# Avalanche Fuji RPC (optional; public RPC used if not set)
# RPC_URL=https://api.avax-test.network/ext/bc/C/rpc
# Groq AI (task splitting, article writing with Qwen, optional result combining)
GROQ_API_KEY=...
# Optional: override ERC-8004 registry addresses (defaults: official Avalanche Testnet)
# IDENTITY_REGISTRY_ADDRESS=0x8004A818BFB912233c491871b3d84c89A494BD9e
# REPUTATION_REGISTRY_ADDRESS=0x8004B663056A597Dffe9eCcC1965A193B7388713
# ── Worker Agents (set in workers/.env) ────────────
# WALLET_ADDRESS=0xYourWorkerWallet...
# Workers use ports 4021–4024 (set via npm scripts in workers/package.json)