Update TODO-30.md

This commit is contained in:
Shannon Appelcline 2021-02-24 09:07:40 -10:00 committed by GitHub
parent 16980cbd04
commit 266d7e13a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,20 +2,22 @@
The following TODO items are intended for a 3.0 version of Learning Bitcoin from the Command Line 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. 0.21 Additions
1. Section on Libwally Shim for Swift * New Wallet. See: https://bitcoin.stackexchange.com/questions/101767/dumpwallet-output-documentation-explanation
1. Section on Wolf's Bitcoin Lib for Swift 3. Animated GIFs for key CLI demos (probably https://github.com/faressoft/terminalizer but there are others)
1. Full example of creating a PSBT, handing it to Libwally, and signing it 4. Section on Libwally Shim for Swift
1. Miniscript 5. Section on Wolf's Bitcoin Lib for Swift
1. More complex descriptors 6. Full example of creating a PSBT, handing it to Libwally, and signing it
1. Schnorr (2021) 7. Miniscript
1. Other BCC Command-Line Utilities? 8. More complex descriptors
9. Schnorr (2021)
10. Other BCC Command-Line Utilities?
* seedtool * seedtool
* keytool * keytool
* bytewords-cli * bytewords-cli
1. Interlude on QR production 11. Interlude on QR production
* QuickConnect QR * QuickConnect QR
* UR/Animated QR * UR/Animated QR
1. Programming Lightning with C 12. 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/._ * _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/._