-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Vishakh edited this page Apr 4, 2020
·
9 revisions
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 indexes the blockchain by downloading data from blockchain nodes and storing it in databases.
- Conseil, which provides an API into the blockchain data index by Lorre in databases.
Arronax provides a convenient user interface for querying Conseil data.