If anyone’s got a NWC implementation in Java or Kotlin, we could put it in ZEUS today. nostr:note1hjxlql3qpcd0hjyfyjgpvd3u8wk2d98ryfh08t59a53xqa5hjrcsxju40n
Discussion
Holy shit! Would this work with LNC? nostr:npub1getal6ykt05fsz5nqu4uld09nfj3y3qxmv8crys4aeut53unfvlqr80nfm
Potentially, but if you have a remote node you’d probably just want to install NWC on the box directly
Can you use https://github.com/rust-nostr/nostr Kotlin bindings ?
Most likely
Last release of bindings not include the NWC client yet (in rust is already available).
Approx. in a week I'll release the new version that will include it:
nwc = NWC(uri)
nwc.pay_invoice(..)
nwc.get_balance()
...
Ah, my bad. For Zeus is not needed that client 😅
Anyway, I'm planning to build an implementation also for nodes (hope to include it in next release)