coconut
coconut copied to clipboard
🥥 Cashu wallet and mint implementation in Zig
Implement migrations in standalone files + embeded to binary on build
We need to support cli parametr for optional work dir (or default in home folder).
Mint Features: - Supported backends - [ ] LNbits - [ ] Lnd - [ ] Alby - [ ] Strike - [ ] core-lightning (WIP) Wallet Features: - [...
Currently all the fees are 0 by default
Implement lightning invoice builder tests
For reference see [here](https://github.com/cashubtc/cdk/tree/main/crates/cdk-cli)
Both, [NUT-04](https://github.com/cashubtc/nuts/pull/141) and [NUT-05](https://github.com/cashubtc/nuts/pull/136) were updated, deprecating the `paid` flag and introducing a new `state` enum. Please also beware that the response model for `NUT-05` is now unified for `/v1/melt`/...