Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 626 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 626 Bytes

starknet-indexer

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

Quick start

Start indexing

go run cmd/main.go

Visit:

http://localhost:8081/playground

Development

Generate schema, bindings, ect.

go generate ./...