Skip to main content

Welcome to INX-MQTT

INX-MQTT provides an event-based real-time streaming node API. The built-in MQTT broker offers a list of topics clients can subscribe to, to receive the latest blocks and outputs attached on the tangle.

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 MQTT broker is configured by default to connect to your HORNET instance.

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

API

The MQTT broker exposes a custom set of topics that can be used by wallets and applications to receive events from nodes.

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.