Skip to content

Example subgraph to index erc721's, used to deploy to instance of The Graph indexing a Canto RPC

License

Notifications You must be signed in to change notification settings

dswilson4/public-canto-eip721-subgraph

Repository files navigation

Based off of https://github.com/wighawag/eip721-subgraph , this repo includes the most up to date compatible version of erc721 abis

example graphQL query

{
  tokens {
    contract
    tokenID
    owner
    tokenURI
  }
}

or

{
  tokens(orderBy: mintTime) {
    contract
    tokenID
    owner
    tokenURI
    mintTime
  }
  
  tokenContracts {
    id
  }
}

public-canto-eip721-subgraph

About

Example subgraph to index erc721's, used to deploy to instance of The Graph indexing a Canto RPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published