📄️ 1. Create a graph
Sign up for GhostGraph access.
📄️ 2. Define events
In events.sol, define any events that you want to handle in your indexer.
📄️ 3. Define your schema
Create your schema by defining entities.
📄️ 4. Codegen
After you've defined your entities in schema.sol and the events that you want to handle in events.sol now you can
📄️ 5. Write Index Handlers
In indexer.sol, you register contract addresses and write your handler logic.
📄️ 6. Compile and Deploy
Finally we will compile and deploy the graph to begin indexing.