Skip to content

ChainShot/fun-with-thegraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Play around with the following subgraph and see if you can come up with 3 interesting/fun queries:

  2. Clone this repo and implement the queries in a React app:

    a. git clone [email protected]:ChainShot/fun-with-thegraph.git

    b. npm i

    c. npm start

Some example queries:

{
  tokens(first: 5) {
    id
    tokenID
    contentURI
    imageURI
    eyes
  }
}
{
  tokens(first: 5, where: { eyes_contains: "Blindfold"}) {
    id
    tokenID
    contentURI
    imageURI
    eyes
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published