mirror of
https://github.com/luxfi/explorer-v1.git
synced 2026-07-25 16:26:26 +00:00
LUX X-Chain Explorer - Testnet
Exchange Chain explorer for LUX Network Testnet.
Details
- Chain: X-Chain (Exchange)
- Environment: Testnet
- API Port: 4210
- RPC Endpoint:
/ext/bc/X
Features
- Asset management and tracking
- UTXO indexing
- Balance tracking per address
- Transaction history
Quick Start
# Start X-Chain testnet indexer
docker-compose up -d
# View logs
docker-compose logs -f
# Stop
docker-compose down
Database Setup
CREATE DATABASE explorer_xchain_test OWNER blockscout;
API Endpoints
GET /api/v2/stats- Chain statisticsGET /api/v2/assets- List assetsGET /api/v2/assets/{id}- Asset detailsGET /api/v2/addresses/{addr}/utxos- Address UTXOsGET /api/v2/addresses/{addr}/balances- Address balancesGET /api/v2/blocks- List blocksGET /api/v2/transactions- List transactions