cashubtc / cashu.me

Cashu wallet PWA
https://cashu.me
109 stars 42 forks source link

[Enhancement] Use cashu-ts to handle interactions with cashu protocol #22

Closed ebrakke closed 6 months ago

ebrakke commented 1 year ago

There's a lot of code related to interacting with the cashu protocol in the Vue code currently. Looking through cashu-ts, it seems like a great library to use in this cashu wallet implementation.

This will help the cashu wallet code focus more on user interactions, and abstracting away a lot of the nitty gritty protocol level logic.

Going to investigate what kind of a lift it is to start moving this in.

callebtc commented 1 year ago

Would be great as it would save a lot of work especially as we update things in the protocol.