-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added nft subgraph transfer docs (#83)
* added nft subgraph transfer docs * updated language around ownership
- Loading branch information
Showing
5 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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,39 @@ | ||
--- | ||
title: Transferring Subgraph Ownership | ||
--- | ||
|
||
The Graph supports the transfer of the ownership of a subgraph. | ||
|
||
When you deploy a subgraph to mainnet, an NFT will be minted to the address that deployed the subgraph. The NFT is based on a standard ERC721, so it can be easily transferred to different accounts. | ||
|
||
Whoever owns the NFT controls the subgraph. If the owner decides to sell the NFT, or transfer it, they will no longer be able to make edits or updates to that subgraph on the network. | ||
|
||
In addition to adding more flexibility to the development lifecycle, this functionality makes certain use cases more convenient, such as moving your control to a multisig or a community member creating it on behalf of a DAO. | ||
|
||
### Viewing your subgraph as an NFT | ||
|
||
To view your subgraph as an NFT, you can visit an NFT marketplace like OpenSea: | ||
|
||
``` | ||
https://opensea.io/your-wallet-address | ||
``` | ||
|
||
Or a wallet explorer like __Rainbow.me__: | ||
|
||
``` | ||
https://rainbow.me/your-wallet-addres | ||
``` | ||
|
||
### Transferring ownership of a subgraph | ||
|
||
To transfer ownership of a subgraph, you can use the UI built into Subgraph Studio: | ||
|
||
![Subgraph Ownership Trasfer](/img/subgraph-ownership-transfer-1.png) | ||
|
||
And then choosing the address that you would like to transfer the subgraph to: | ||
|
||
![Subgraph Ownership Trasfer](/img/subgraph-ownership-transfer-2.png) | ||
|
||
You can also use the built in UI of NFT marketplaces like OpenSea: | ||
|
||
![Subgraph Ownership Trasfer from NFT marketplace](/img/subgraph-ownership-transfer-nft-marketplace.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.