Karura Indexer

To run the indexer (all scripts should be from the root folder)

  1. Set up the DB:

ENV=test/acala/.env yarn workspace @subsquid/hydra-indexer db:bootstrap:dev
  1. Run the indexer:

ENV=test/acala/.env yarn workspace @subsquid/hydra-indexer start:de

Last updated