sebpalluel / web3-monorepo

⚡️ Get started with your Web3 project,🔋 included: 🌈 Web3Auth & Biconomy for non-custodial Social Login and Account Abstraction, 🗂 monorepo with NX, 💻 Next.js + Next Auth + ChakraUI + Storybook for the frontend, 💾 Hasura GraphQL server and Nest.js for the backend, 🔮 The Graph protocol to query live data from smart contracts.

Home Page:https://web3-monorepo.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DLT, implement The Graph to query data on the ETH blockchain

sebpalluel opened this issue · comments

https://thegraph.com/docs/en/querying/querying-from-an-application/

  • use this example to integrate graph-client with react-query
  • create a new page blockchain to showcase the graph live data
  • create unit and integration test for query on the graph
  • update README to mention The Graph integration