cashubtc / cdk

Cashu Development Kit
MIT License
87 stars 45 forks source link

WIP - DLC and SCT #427

Open gudnuf opened 1 month ago

gudnuf commented 1 month ago

Adds support for NUT DLC and NUT SCT.

I've started with the wallet side of the implementation. Also, I added NIP 88 support to the CLI.

That DLC flow can be seen in cdk-cli/src/sub_commands/dlc/mod.rs in the test_full_flow test

I've still got a lot to do, but just wanted to share the progress that I've made so far.

My todo list consists of but not limited to:

This is also my attempt to learn rust so feedback/criticism much appreciated :D