mina-indexer
mina-indexer copied to clipboard
Support o1js `berkeley` actions and events GraphQL API
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:
- https://docs.minaprotocol.com/zkapps/o1js/fetch-events-and-actions#using-the-archive-node-with-o1js
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.
This is blocked by: https://github.com/Granola-Team/mina-indexer/issues/1256
Done.
Related to #1737 and #1736