Documentation Index
Fetch the complete documentation index at: https://docs.signalium.site/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
| Tool | Version | Install |
|---|---|---|
| Node.js | 22+ | nodejs.org or nvm install 22 |
| pnpm | 10+ | curl -fsSL https://get.pnpm.io/install.sh | sh |
| bun | 1.3+ | curl -fsSL https://bun.sh/install | bash |
| foundry (only for contract tests) | latest | curl -L https://foundry.paradigm.xyz | bash && foundryup |
1. Clone + install
2. Configure env
| Var | What it’s for | Where to get it |
|---|---|---|
OG_NETWORK | mainnet to read live markets, testnet for free dev | n/a |
NEXT_PUBLIC_REOWN_PROJECT_ID | Wallet connection (Reown AppKit) | Free at cloud.reown.com |
| Var | What it’s for |
|---|---|
X_RAPIDAPI_API_KEY | Pull tweets via twitter241 |
OG_COMPUTE_PROVIDER_URL, OG_COMPUTE_API_KEY | DeepSeek V3 inference via 0G Compute |
STORAGE_UPLOADER_PRIVATE_KEY | Pays for sealing judge prompts to 0G Storage |
3. Run the stack
chainId 16661.
4. (Optional) Run the contract test suite
Next: Architecture
See how the web, API, judge worker, contracts, and subgraph fit together.

