NFT (ERC721) indexer with a self-deployed subgraph on Linea Goerli
This project combines the best of both infrastructure tools (The Graph) and an L2 solution (Linea). With deployed subgraph on Linea Goerli, it was possible to create an NFT indexer and a client application on top of it to query data with GraphQL filtering with an address. The deployed frontend queries the subgraph and retrieve information about NFTs that the account actually has (as well as some information about it and the list of transactions). Take a look: http://135.181.109.7:3000/
The subgraph has been deployed using graph-node, indexer stuff was generated using @openzeppelin/subgraphs, and a frontend application was developed with Next JS. Please refer to https://github.com/zytfo/lineaxer#readme to get a bit deeper and to https://github.com/zytfo/lineaxer/tree/master/lineaxer-subgraph#readme to get even deeper.