Granola-Team / mina-indexer

The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
Apache License 2.0
18 stars 10 forks source link

Support o1js `berkeley` actions and events GraphQL API #357

Open trevorbernard opened 7 months ago

trevorbernard commented 7 months ago

Support the following API with our berkeley integration so ZkApp smart contracts can interact with our API directly and natively. It was brought up here: https://github.com/Granola-Team/mina-indexer/issues/355

The GraphQL schema is here: https://github.com/o1-labs/Archive-Node-API/blob/main/schema.graphql

Links:

jhult commented 3 months ago

I think I could add hurl tests in for the endpoints so that when we are ready to code implementations, we can use a bit more of a TDD approach.

trevorbernard commented 1 month ago

This is blocked by: https://github.com/Granola-Team/mina-indexer/issues/1256