सबग्राफ > विकसित करना
Introduction to Subgraph Development
To start coding right away, go to Developer Quick Start.
Overview
एक डेवलपर के रूप में, आपको अपने dapp को बनाने और शक्ति प्रदान करने के लिए डेटा की आवश्यकता होती है। ब्लॉकचेन डेटा को क्वेरी करना और इंडेक्स करना चुनौतीपूर्ण होता है, लेकिन The Graph इस समस्या का समाधान प्रदान करता है।
The Graph पर, आप:
- Create, deploy, and publish Subgraphs to The Graph using Graph CLI and Subgraph Studio.
- Use GraphQL to query existing Subgraphs.
GraphQL क्या है?
- GraphQL is the query language for APIs and a runtime for executing those queries with your existing data. The Graph uses GraphQL to query Subgraphs.
डेवलपर क्रियाएँ
- Query Subgraphs built by other developers in The Graph Network and integrate them into your own dapps.
- Create custom Subgraphs to fulfill specific data needs, allowing improved scalability and flexibility for other developers.
- Deploy, publish and signal your Subgraphs within The Graph Network.
What are Subgraphs?
A Subgraph is a custom API built on blockchain data. It extracts data from a blockchain, processes it, and stores it so that it can be easily queried via GraphQL.
Check out the documentation on Subgraphs to learn specifics.