Overview
We'll be going over how to set up an indexer on NEAR's testnet using the tools provided by The Graph. The Graph will enable developers to build subgraphs on the NEAR network allowing developers and users to query information about transactions, contract method calls and more without having to develop and maintain their own custom indexing infrastructure, which takes a huge burden off of the developer.
The Graph just released their testnet version of their indexer! Let's use this to learn how to set up your own subgraph
Working Demo
head on over to gm-near.surge.sh, and you will see a live demo of this integration.
It let's you say "good morning" and lets you see who was the last person who said "good morning". The application is simple but will give you a good idea of what the process is in order to set this up.