My humble opionion of this NFT ... This repository contains the subgraph used by ho-nft
- Install graph-cli
- Initialize with
graph init --index-events
graph codegen && graph build
- After making changes to subgraph.yaml:
graph auth --product hosted-service <TOKEN>
graph deploy --product hosted-service <YOUR_SUBGRAPH>