You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to publish subgraphs on the network that are not supported in studio. This process should be well documented, and aligned with the upcoming changes to the CLI.
Perhaps CLI and docs changes should be made together? @alex-pakalniskis
For this flow:
A developer should
write substreams module, test it, make sure it works (if a substreams powered subgraph)
write subgraph with triggers that uses that substreams package (or just a normal subgraph)
test it locally with local instance of graph node
deploy on the decentralized network with the cli tool "graph publish" and ask indexers on the Graph server to pick it up (which channel in discord should they ask?)
start querying it
The text was updated successfully, but these errors were encountered:
@matthewdarwin , we have it documented, but we can do much better. I was personally waiting for a few things to be done first. My sense of dependencies:
Get the new GitHub-based chain registry going (WiP)
Update the CLI subgraph publish experience:
a) pull network names from the registry and provide
b) provide an option to add a new network name if non-existent (link to a contributing.md on the chain registry repo or something like that)
Once we have this, we should be able to update the docs, and onboarding chains may become a lot easier once we have this + DIPS/Indexing Fees (I will not get into the details of it to keep this thread clean).
It is possible to publish subgraphs on the network that are not supported in studio. This process should be well documented, and aligned with the upcoming changes to the CLI.
Perhaps CLI and docs changes should be made together? @alex-pakalniskis
For this flow:
A developer should
The text was updated successfully, but these errors were encountered: