Starknet Indexer provides a simple cloud service for indexing the starknet blockchain. It depends on ent, gqlgen, and caigo in order generate db schemas, bind them to graphql endpoints and provide native starknet types.
To learn more about the entql binding generation see: https://entgo.io/docs/tutorial-todo-gql
Start indexing
go run cmd/main.go
Visit:
http://localhost:8081/playground
Generate schema, bindings, ect.
go generate ./...