Skip to main content

Welcome to INX-Indexer

INX-Indexer is a ledger indexing tool to provide structured and queryable data to wallets and other applications. The indexer maintains its own database separate from that of the node.

Setup

The recommended setup is to use the provided Docker images. These images are also used in our HORNET recommended setup using Docker.

Configuration

The indexer is configured by default to connect to your HORNET instance.

You can find all the configuration options in the configuration section.

API

The indexer exposes a custom set of REST APIs that can be used by wallets and applications to find UTXO in the ledger with a given query.

You can find more information about the API in the API reference section.

Source Code

The source code of the project is available on GitHub.