https://github.com/Cryptonomic/Conseil
Query API and indexer for Tezos and other decentralized platforms.
https://github.com/Cryptonomic/Conseil
akka blockchains slick tezos
Last synced: about 1 year ago
JSON representation
Query API and indexer for Tezos and other decentralized platforms.
- Host: GitHub
- URL: https://github.com/Cryptonomic/Conseil
- Owner: Cryptonomic
- License: apache-2.0
- Created: 2017-12-01T02:12:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T22:52:37.000Z (over 3 years ago)
- Last Synced: 2024-08-01T22:50:58.932Z (over 1 year ago)
- Topics: akka, blockchains, slick, tezos
- Language: Scala
- Homepage:
- Size: 12.6 MB
- Stars: 89
- Watchers: 11
- Forks: 22
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conseil
[](https://travis-ci.org/Cryptonomic/Conseil)
[](https://coveralls.io/github/Cryptonomic/Conseil?branch=master)
Conseil is an indexer and API for blockchains, currently focused on the [Tezos](https://tezos.com/), which allows you to seamlessly run complex queries against blockchain data. It is written in the functional style in the [Scala](https://scala-lang.org/) programming language. This project forms an essential part of the [Cryptonomic stack](https://cryptonomic.tech/developers.html).
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](https://arronax.io/) provides a convenient user interface for querying Conseil data.
Information on using, running, configuring and developing Conseil can be found on the [Conseil Wiki](https://github.com/Cryptonomic/Conseil/wiki).