Publishing > Pubblicare un subgraph nella rete decentralizzata

Pubblicare un subgraph nella rete decentralizzata

Reading time: 3 min

Once you have deployed your subgraph to Subgraph Studio and it's ready to go into production, you can publish it to the decentralized network.

When you publish a subgraph to the decentralized network, you make it available for:

  • Curators to begin curating it.
  • Indexers to begin indexing it.

Check out the list of supported networks.

Publishing from Subgraph Studio

Collegamento a questa sezione
  1. Go to the Subgraph Studio dashboard
  2. Click on the Publish button
  3. Your subgraph will now be visible in Graph Explorer.

All published versions of an existing subgraph can:

Aggiornamento dei metadati per un subgraph pubblicato

Collegamento a questa sezione
  • After publishing your subgraph to the decentralized network, you can update the metadata anytime in Subgraph Studio.
  • Once you’ve saved your changes and published the updates, they will appear in Graph Explorer.
  • It's important to note that this process will not create a new version since your deployment has not changed.

Publishing from the CLI

Collegamento a questa sezione

As of version 0.73.0, you can also publish your subgraph with the graph-cli.

  1. Open the graph-cli.
  2. Use the following commands: graph codegen && graph build then graph publish.
  3. A window will open, allowing you to connect your wallet, add metadata, and deploy your finalized subgraph to a network of your choice.

cli-ui

Customizing your deployment

Collegamento a questa sezione

You can upload your subgraph build to a specific IPFS node and further customize your deployment with the following flags:

USAGE
$ graph publish [SUBGRAPH-MANIFEST] [-h] [--protocol-network arbitrum-one|arbitrum-sepolia --subgraph-id <value>] [-i <value>] [--ipfs-hash <value>] [--webapp-url
<value>]
FLAGS
-h, --help Show CLI help.
-i, --ipfs=<value> [default: https://api.thegraph.com/ipfs/api/v0] Upload build results to an IPFS node.
--ipfs-hash=<value> IPFS hash of the subgraph manifest to deploy.
--protocol-network=<option> [default: arbitrum-one] The network to use for the subgraph deployment.
<options: arbitrum-one|arbitrum-sepolia>
--subgraph-id=<value> Subgraph ID to publish to.
--webapp-url=<value> [default: https://cli.thegraph.com/publish] URL of the web UI you want to use to deploy.

Adding signal to your subgraph

Collegamento a questa sezione

Developers can add GRT signal to their subgraphs to incentivize Indexers to query the subgraph.

  • If a subgraph is eligible for indexing rewards, Indexers who provide a "proof of indexing" will receive a GRT reward, based on the amount of GRT signalled.

  • You can check indexing reward eligibility based on subgraph feature usage here.

  • Specific supported networks can be checked here.

Adding signal to a subgraph which is not eligible for rewards will not attract additional Indexers.

If your subgraph is eligible for rewards, it is recommended that you curate your own subgraph with at least 3,000 GRT in order to attract additional indexers to index your subgraph.

The Sunrise Upgrade Indexer ensures the indexing of all subgraphs. However, signaling GRT on a particular subgraph will draw more indexers to it. This incentivization of additional Indexers through curation aims to enhance the quality of service for queries by reducing latency and enhancing network availability.

When signaling, Curators can decide to signal on a specific version of the subgraph or to signal using auto-migrate. If they signal using auto-migrate, a curator’s shares will always be updated to the latest version published by the developer. If they decide to signal on a specific version instead, shares will always stay on this specific version.

Indexers can find subgraphs to index based on curation signals they see in Graph Explorer.

Subgraph Explorer

Subgraph Studio enables you to add signal to your subgraph by adding GRT to your subgraph's curation pool in the same transaction it is published.

Pool di curation

Alternatively, you can add GRT signal to a published subgraph from Graph Explorer.

Signal from Explorer

Learn more about Curating on The Graph Network.

Modifica pagina

Precedente
Distribuzione di un subgraph al Hosted Service
Successivo
Transfer and Deprecate a Subgraph
Modifica pagina