Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 795 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 795 Bytes

Kintsu indexer

This indexer uses subsquid as a basis,

For more details, inspect Squid SDK docs, including the dedicated page on Ink! support and the Ink! indexing tutorial.

Dependencies: Node.js v16 or newer, Git, Docker.

Quickstart local development

# 0. Install @subsquid/cli a.k.a. the sqd command globally
npm i -g @subsquid/cli

# 1. Install dependencies
npm install

# 3. Start the app and db via docker (make sure docker is running first)
sqd up

# The app/database can be reset via
sqd down
  • The database can be accessed locally from http://localhost:8081/db/aleph-indexer/, after running sqd process