-
Notifications
You must be signed in to change notification settings - Fork 155
developing-page #746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
developing-page #746
Changes from 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,52 +2,104 @@ | |||||
title: Developing | ||||||
--- | ||||||
|
||||||
Developers are the demand side of The Graph ecosystem. Developers build subgraphs and publish them to The Graph Network. Then, they query live subgraphs with GraphQL in order to power their applications. | ||||||
Learn developer fundamentals and review the basics of a subgraph’s lifecycle. To start coding right away and build on The Graph, go to [Developer Quick Start](/quick-start/) | ||||||
|
||||||
## Subgraph Lifecycle | ||||||
## Overview | ||||||
|
||||||
Subgraphs deployed to the network have a defined lifecycle. | ||||||
As a developer, you need important data to build and power your dapps. Querying and indexing that blockchain data can be challenging, but The Graph provides a solution to this issue. | ||||||
|
||||||
### Build locally | ||||||
On The Graph, you can: | ||||||
|
||||||
As with all subgraph development, it starts with local development and testing. Developers can use the same local setup whether they are building for The Graph Network or a local Graph Node, leveraging `graph-cli` and `graph-ts` to build their subgraph. Developers are encouraged to use tools such as [Matchstick](https://github.com/LimeChain/matchstick) for unit testing to improve the robustness of their subgraphs. | ||||||
1. Create, deploy and publish subgraphs to The Graph using **Graph CLI** and [Subgraph Studio](https://thegraph.com/studio/). | ||||||
|
1. Create, deploy and publish subgraphs to The Graph using **Graph CLI** and [Subgraph Studio](https://thegraph.com/studio/). | |
1. Create, deploy and publish subgraphs to The Graph using Graph CLI and [Subgraph Studio](https://thegraph.com/studio/). |
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
benface marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
benface marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
idalithb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.