The Graph
The Graph is a indexing protocol and be used to create subgraphs on SKALE Chain data.
Features
-
Decentralized Data Indexing: Allows developers to create and query open APIs (subgraphs) for accessing blockchain data efficiently.
-
GraphQL-Based Queries: Provides a robust GraphQL interface for retrieving structured and specific on-chain data seamlessly.
-
Data Hosting: Requires the developer to self host the graph node.
-
SKALE Chains: Available to use on all SKALE Chains.
Quickstart
-
Reach out to the Graph community to request a Graph node, or you may run your own Graph node.
-
Point the Graph node to a SKALE Archive node or indexing node.
-
Clone the following github repository.
-
Follow the instructions.