From cf83300fbac0d3869087d333c900124aa26b9e3f Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Sat, 26 Dec 2020 13:23:33 -0800 Subject: [PATCH] Added 3.0 todo item for animated GIFs of CLI --- TODO-30.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/TODO-30.md b/TODO-30.md index 045cd89..3ef72a4 100644 --- a/TODO-30.md +++ b/TODO-30.md @@ -2,15 +2,17 @@ The following TODO items are intended for a 3.0 version of Learning Bitcoin from the Command Line +1. Animated GIFs for key CLI demos (probably https://github.com/faressoft/terminalizer but there are others) 1. Section on Libwally Shim for Swift -2. Section on Wolf's Bitcoin Lib for Swift -2. Full example of creating a PSBT, handing it to Libwally, and signing it -3. Miniscript -4. Schnorr (2021) -5. Other BCC Command-Line Utilities? +1. Section on Wolf's Bitcoin Lib for Swift +1. Full example of creating a PSBT, handing it to Libwally, and signing it +1. Miniscript +1. More complex descriptors +1. Schnorr (2021) +1. Other BCC Command-Line Utilities? * seedtool * keytool * bytewords-cli -6. Programming Lightning with C +1. Programming Lightning with C * _Some good docs from one of the developers are here: https://diyhpl.us/wiki/transcripts/blockstream-webinars/2019-07-31-rusty-russell-getting-started-with-c-lightning/._