Explorer Integration
Using the indexer as a backend for the Lux Explorer
The Lux Indexer provides the data layer for the Lux Explorer frontend.
API
The indexer serves /v1/explorer/* REST endpoints, GraphQL, and WebSocket subscriptions. The explorer frontend connects to these endpoints directly.
Switching the Frontend
Point the explorer frontend to the indexer:
NEXT_PUBLIC_API_HOST=http://api-indexer.lux.networkNo frontend code changes needed.
Capabilities
| Feature | Supported |
|---|---|
| EVM indexing (5 chains) | Yes |
| DAG chain support (7 chains) | Yes |
| P-Chain support | Yes |
| Multi-chain (100+) | Yes |
| DeFi protocol indexing (20+ protocols) | Yes |
| PQ encrypted backups | Yes |
| White-label | Yes |