Skip to content

cartridge-gg/starknet-indexer

Repository files navigation

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 ./...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages