Skip to content
Piotr Kosecki edited this page Jul 15, 2021 · 9 revisions

About Conseil

Conseil is an indexer and API for blockchains, currently focused on the Tezos blockchain, which allows you to seamless run complex queries against blockchain data. It is written in the functional style in the Scala programming language. This project forms an essential part of the Cryptonomic stack.

Conseil consists of two processes:

  • Lorre, which can index the blockchain by downloading data from a blockchain node and storing it in a database.
  • Conseil, which provides an API into the blockchain data indexed by Lorre.

Arronax provides a convenient user interface for querying Conseil data.

Core Guides

Running Conseil

Building Conseil

Configuring Conseil

Developing Conseil

REST API

Usage Guides

Tutorial:-Querying-for-Tezos-data

Table and Field Descriptions

Developer Guides

Metadata overrides

Environment configuration

Publishing to DockerHub

Publishing to Maven

Logging API queries into ELK