subgraphs > Developing > Creating > Starting Your Subgraph

Starting Your Subgraph

Reading time: 1 min

概要

このセクションへのリンク

The Graph is home to thousands of subgraphs already available for query, so check The Graph Explorer and find one that already matches your needs.

When you create a subgraph, you create a custom open API that extracts data from a blockchain, processes it, stores it, and makes it easy to query via GraphQL.

Subgraph development ranges from simple scaffold subgraphs to advanced, specifically tailored subgraphs.

Start the process and build a subgraph that matches your needs:

  1. Install the CLI - Set up your infrastructure
  2. Subgraph Manifest - Understand a subgraph's key component
  3. The Graph Ql Schema - Write your schema
  4. Writing AssemblyScript Mappings - Write your mappings
  5. Advanced Features - Customize your subgraph with advanced features
ページを編集

サブグラフ
Graph CLI のインストール
ページを編集