my nip-60 integration in alphaama is coming along nicely. I can already create and import wallets, mint and melt proofs. still work in progress but I'm amazed all of this is already possible with no friction at all. now going to work on adding P2PK with nip-61, if anyone wants to send some nutzap my way for science it would be helpful for testing. happy new year 🤘
Discussion
👀
Do you have any recommendations or open source code for implementing this?
the heavy lifting is done by cashu-ts: https://github.com/cashubtc/cashu-ts/ if you're doing web then you'll probably want to look there.
my code is at https://github.com/eskema/alphaama/blob/0c9e930ba2872e89e8cd6fc57937e7200cc92a29/w/w.js but it's still in a rough state... it's wip that will change for sure in the coming days.
the nip is pretty straithforward: https://github.com/nostr-protocol/nips/blob/master/60.md
Awesome, thank you friend! 👊