Usage
There is a very minimal (not finished nor polish) UI to start, stop and see the progress of both the indexer and the processor.
Other than that, there is a small Hono API that shows the metrics, health and etc.
The Dashboard is accessible using the app/dashboard/index.html
there is no server or anything, this is a simple HTMX frontend.
The Indexer (API port 3310)
http://localhost:3310
GET /metrics
GET /api/health
GET /api/sysinfo
GET /api/status
GET /api/cursor
GET /api/socket/status
POST /api/start
POST /api/stop
POST /api/snapshot
The Processor (API port 3320)
http://localhost:3320
GET /metrics
GET /api/status
POST /api/stop
POST /api/start
Prometheus
http://localhost:9090
Dashboard
Open the index.html
directly
Troubleshooting
Unable to start the indexer or the intersection is undefined
It might be due to the fact that either Ogmios or the Cardano Node are down.
Wait until both of them are ready and retry to start the indexer and processor.
Last updated
Was this helpful?