Indexer Integration
Using the Lux Indexer as the explorer backend
The Lux Explorer is a Go single-binary indexer that replaced the legacy Blockscout Elixir backend (now archived at github.com/luxfi/explorer-v1).
API Endpoints
The explorer serves /v1/explorer/* endpoints:
| Endpoint | Supported |
|---|---|
/v1/explorer/blocks | Yes |
/v1/explorer/transactions | Yes |
/v1/explorer/addresses/:hash | Yes |
/v1/explorer/tokens | Yes |
/v1/explorer/stats | Yes |
| GraphQL | Yes |
| WebSocket | Yes |
Frontend Configuration
Point the explore frontend to the explorer backend:
NEXT_PUBLIC_API_HOST=http://api-explore.lux.networkNo frontend code changes required.
Capabilities
| Capability | Supported |
|---|---|
| EVM indexing (C, Zoo, Hanzo, SPC, Pars) | Yes |
| DAG chain indexing (X, A, B, Q, T, Z, K) | Yes |
| P-Chain indexing | Yes |
| Multi-chain (100+) | Yes |
| DeFi protocol indexing | Yes |
| PQ encrypted backups | Yes |
| White-label | Yes |