-
Notifications
You must be signed in to change notification settings - Fork 156
Add developer role to decentralized network #177
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
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
44d6901
Add developer role to decentralized network
MichaelMacaulay a743e4f
Update pages/en/network/developer.mdx
MichaelMacaulay c72d09e
Update pages/en/network/developer.mdx
MichaelMacaulay 3ccb091
Developer role rewrite
MichaelMacaulay e4c32a9
Fixing loom links
MichaelMacaulay 1021e83
Fixing closing tags
MichaelMacaulay 988595b
updating navigation
MichaelMacaulay 775de0f
Merge branch 'main' into developer-role
benface d6d3cb0
Use `VideoEmbed` component in `network/developing` page
benface 0375b0a
Update pages/en/network/developing.mdx
MichaelMacaulay 26067ce
Update pages/en/network/developing.mdx
MichaelMacaulay d7ec15b
Update developing.mdx
MichaelMacaulay 28c3e98
Updates
MichaelMacaulay 15d8cbb
Developer Role Updates
MichaelMacaulay 1842384
Upgrading subgraphs info
MichaelMacaulay 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 |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| --- | ||
| title: Developing | ||
| --- | ||
|
|
||
| Developers are a core part of the graph ecosystem. They’re building and querying subgraphs making high-quality data available to users through simple interfaces. | ||
|
|
||
| Anyone can build and deploy a subgraph that queries data from a specific part of the blockchain. | ||
|
|
||
| Once a subgraph has been deployed to the decentralized network, developers can begin making queries to it using GRT. Subgraphs are available to anyone to query data. | ||
|
|
||
| There are 5 steps to a subgraph’s lifecycle. | ||
|
|
||
| ## Developing | ||
|
|
||
| The Graph CLI tool streamlines the process of creating a subgraph. When you initialize your subgraph, all the default files will be created and configured. | ||
|
|
||
| When writing your subgraph mappings, you can use the built-APIs or add other libraries as dependencies as long as they are compatible with AssemblyScript. | ||
MichaelMacaulay marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Developers can use Matchstick, a unit testing framework, to test the mapping logic in a sandboxed environment to deploy their subgraph with confidence. | ||
|
|
||
| ## Deploying | ||
|
|
||
| The Subgraph Studio is where you’ll build, add metadata to, and publish your subgraph to the decentralized explorer. In the Subgraph Studio, you have full control over your subgraphs. You can test them or restrict access with your API keys. | ||
MichaelMacaulay marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Anyone can sign in to Subgraph Studio using their wallet via MetaMask or WalletConnect. | ||
|
|
||
| ## Publishing | ||
|
|
||
| Once your subgraph is deployed, it's ready to be published to the decentralized network. | ||
|
|
||
| This is where Curators will be able to curating your subgraph and Indexers can begin indexing it. The metadata can be modified at any time using the Subgraph Studio dashboard. | ||
|
|
||
| ## Managing | ||
|
|
||
| Subgraph ownership is determined by an NFT based on the ERC-721 standard. Whoever owns the NFT controls the subgraph. | ||
|
|
||
| You can also deprecate your subgraph at any time. This will remove it from The Graph Explorer. Curators will not be able to signal on it anymore, and existing Curators can withdraw their signal at an average share price. | ||
|
|
||
| ## Querying | ||
|
|
||
| Anyone can query an existing subgraph by using The Graph Explorer and opening a GraphiQL interface. This will enable them to explore the subgraph by issuing queries and viewing the schema. | ||
|
|
||
| Querying subgraphs using your API keys will generate query fees that will be paid in GRT. | ||
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.