Today I build the first example Cashu CLI wallet using coco-cashu.

- mint info & keysets cache with revalidation

- proof storage and state management

- coin selection

- send / receive / mint

49 lines of code.

Reply to this note

Please Login to reply.

Discussion

Show coach sir

The example wallet will be published as part of the coco repo. The core package (which carries all the cashu logic) can be found here. I don't recommend using it just yet, as I am breaking the API constantly

https://github.com/Egge21M/coco-cashu/tree/master/packages/core

👀