Ndk-wallet does this. A library you can use to send payments interfacing with different wallet types.
Send a payment from a NIP-60 wallet to an LN adress.
Send a payment from NWC or Webln via NIP-61 nutzaps
Looks to me like the Cashu Proof of Concept and MVP phase is complete
I'm hoping the next stage brings simpler code implementations that rival the current state of Lightning APIs (like Strike) for developers like myself that find it too daunting to incorporate into their own applications
Libraries with easy to understand functions that comply with NIP-60/61 and are interoperable with lightning zaps
Hopefully someone is already working on this or maybe it already exists and I'm unaware
nostr:npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft nostr:npub1mhcr4j594hsrnen594d7700n2t03n8gdx83zhxzculk6sh9nhwlq7uc226 nostr:npub12rv5lskctqxxs2c8rf2zlzc7xx3qpvzs3w4etgemauy9thegr43sf485vg
Ndk-wallet does this. A library you can use to send payments interfacing with different wallet types.
Send a payment from a NIP-60 wallet to an LN adress.
Send a payment from NWC or Webln via NIP-61 nutzaps
Can it receive payments and fetch wallet balance too?
This was all I could find:
https://www.npmjs.com/package/@nostr-dev-kit/ndk-wallet
Is there documentation somewhere on how to use it?