Skip to main content

Welcome to INX-Participation

INX-Participation is an extension for nodes to enable on-tangle voting. The extensions maintains its own database separate from that of the node and provides means to track events and votes.

You can find more information on how participation events work in the HORNET Participation Plugin specification.

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

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

Dashboard

If you are using the INX-Dashboard on your node, you can manage events directly from your browser.

API

The extension exposes a custom set of REST APIs that can be used by wallets and applications to find active, past and upcoming participation events and query event results.

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.