civkit / orage

17 stars 2 forks source link

Interface for mempool server #4

Open tomt1664 opened 11 months ago

tomt1664 commented 11 months ago

For compatibility of the node API with mempool.space server - need to provide methods to get the full graph.

Add api client to the mempool.space implimentation, as for cln: https://github.com/mempool/mempool/blob/master/backend/src/api/lightning/clightning/clightning-client.ts

ariard commented 11 months ago

Missed this one - I think the most straightforward way forward is just to copy-paste CLN API interface and wrapped it in gRPC for now.