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 Building

链到本节

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
编辑