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
19 stars 10 forks source link

Problem: There is no documentation for the client/server communication protocol #222

Closed trevorbernard closed 7 months ago

trevorbernard commented 1 year ago

Create a specification document that describes the mina-indexer client server protocol. Create ebnf grammar for the protocol.

trevorbernard commented 7 months ago

The benefit of this is that a 3rd party processes may use the UDS API to create their own applications

robinbb commented 7 months ago

I prefer to close this as "won't do", and leave GraphQL as the supported way to interact with the server (with HTTP REST secondarily supported).