Subgraphs Quickstart
A developer's guide to developing and deploying to Alchemy Subgraphs.
Getting Started
Creating a new subgraph
-
Install the
graph-cli
:bash -
Retrieve contract address and related ABI.
-
Create a new subgraph:
bash -
Make modifications as necessary to the manifest, schema, and handlers.
-
See Developing a Subgraph for more details.
Deploying your subgraph
-
Get your deploy key from your Alchemy Dashboard.
-
Run the following:
bashSee Deploying a Subgraph for more details.
-
You’ll receive a link to view your newly deployed subgraph. Congrats! 🎉