Open gudnuf opened 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
cdk-cli/src/sub_commands/dlc/mod.rs
test_full_flow
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:
String
PublicKey
This is also my attempt to learn rust so feedback/criticism much appreciated :D
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 thetest_full_flow
testI'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:
String
that should bePublicKey
)This is also my attempt to learn rust so feedback/criticism much appreciated :D