If anyone’s got a NWC implementation in Java or Kotlin, we could put it in ZEUS today. nostr:note1hjxlql3qpcd0hjyfyjgpvd3u8wk2d98ryfh08t59a53xqa5hjrcsxju40n

Reply to this note

Please Login to reply.

Discussion

Potentially, but if you have a remote node you’d probably just want to install NWC on the box directly

Yeah im hoping someone makes an lnbits extension for LNC. Currently myNodeBTC does not have a package. If olympus makes an LNC to NWC service first i would use that!

Ideally there would be a NWC package for MyNode. Maybe we can create a bounty for someone to look into it.

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)