This is an initial guide to get started with using openzeppelin/subgraphs library and deploy your subgraph to the hosted-servide / studio
graph init --from-example --product hosted-service
npm i @openzeppelin/subgraphs
- Replace the subgraph.yaml file in the folder with this Yaml file
graph codegen
graph auth --product hosted-service <token>
graph deploy --product hosted-service gituser/filename
- Delete all the unnecessary files created due to using the Gravitar template