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.
# 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