Skip to content

WaterCoolerStudiosInc/subsquid-mongodb-example

Repository files navigation

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

About

Demonstrate how to custom implement mongodb with @subsquid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published