Eric P on Nostr: Helipad is just using the standard LND gRPC API to get node info, balance, invoices, ...
Helipad is just using the standard LND gRPC API to get node info, balance, invoices, and payments. It checks the invoice and payments on a timed loop and parses and stores any new incoming or outgoing boosts that it finds. The webhook code I added basically just forwards a copy of those parsed boosts to an HTTP endpoint of your choosing.
I do want to eventually support other nodes/wallets (e.g. CLN, Eclair, Alby, Breez, etc) https://github.com/Podcastindex-org/helipad/issues/70
I do want to eventually support other nodes/wallets (e.g. CLN, Eclair, Alby, Breez, etc) https://github.com/Podcastindex-org/helipad/issues/70