dzlzv ee298fccf8 GitBook: [query_node_spec] 94 pages and 2 assets modified 4 лет назад
..
cli ee298fccf8 GitBook: [query_node_spec] 94 pages and 2 assets modified 4 лет назад
index-builder 5c55127583 introduce retries for the block production with exponential backoffs 4 лет назад
README.md ee298fccf8 GitBook: [query_node_spec] 94 pages and 2 assets modified 4 лет назад
docker-compose.yml af6b52cdb1 set postgres version to 12 4 лет назад

README.md

Substrate Query Node

This repository is a package that you can use to build a query node. It contains source code Block Indexer and CLI tool.

Data Store

Block indexer store event data into a postgresql database. You can run the database with docker.

$ docker-compose up -d

CLI Tool

CLI generates a GraphQL Server and a Block Indexer for Substrate based chains. How to use CLI CLI