Cardano
  • Welcome
  • Cardano Indexer
    • Introduction
    • Installation
    • Getting Started
    • Usage
    • Screenshots
  • Cardano Libs
    • Introduction
    • Installation
    • Getting Started
    • Usage
  • Cardano Local Private Cluster
    • Getting Started
  • Experimentations and Notes
    • CSL and Ogmios
    • Metadata Server
  • Cardano Unity Wallet
    • Introduction
    • Installation
    • Getting Started
    • Usage
    • Screenshots
  • Cardano Vault
    • Installation
    • Usage
Powered by GitBook
On this page
  • The Indexer (API port 3310)
  • The Processor (API port 3320)
  • Prometheus
  • Dashboard
  • Troubleshooting
  • Unable to start the indexer or the intersection is undefined

Was this helpful?

  1. Cardano Indexer

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.

PreviousGetting StartedNextScreenshots

Last updated 8 months ago

Was this helpful?