Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 605 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 605 Bytes

SubQuery - Starknet Dictionary

This special SubQuery Project provides a dictionary of data that pre-indexes events on chain to dramatically improve indexing the performance of your own SubQuery Project, sometimes up to 10x faster.

It scans over the network, and simply records the module and method for every event/extrinsic on each block - please see the standard entities in schema.graphql.

Geting Started

1. Install dependencies

yarn

2. Generate types

yarn codegen

3. Build

yarn build

4. Run locally

yarn start:docker