Update README.md

This commit is contained in:
Shannon Appelcline 2026-01-22 14:21:43 -10:00 committed by GitHub
parent 46673fd55a
commit 87e20f73f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,36 +117,36 @@ _Everything over this line is on the backburner currently; files are being label
* [P1.1: Accessing Bitcoind in C with RPC Libraries](P1_1_Accessing_Bitcoind_with_C.md) * [P1.1: Accessing Bitcoind in C with RPC Libraries](P1_1_Accessing_Bitcoind_with_C.md)
* [P1.2: Programming Bitcoind in C with RPC Libraries](P1_2_Programming_Bitcoind_with_C.md) * [P1.2: Programming Bitcoind in C with RPC Libraries](P1_2_Programming_Bitcoind_with_C.md)
* [P1.3: Receiving Notifications in C with ZMQ Libraries](P1_3_Receiving_Bitcoind_Notifications_with_C.md) * [P1.3: Receiving Notifications in C with ZMQ Libraries](P1_3_Receiving_Bitcoind_Notifications_with_C.md)
* [17.0: Programming Bitcoin with Libwally](17_0_Programming_with_Libwally.md) * [P2.0: Programming Bitcoin with Libwally](P2_0_Programming_with_Libwally.md)
* [17.1: Setting Up Libwally](17_1_Setting_Up_Libwally.md) * [P2.1: Setting Up Libwally](P2_1_Setting_Up_Libwally.md)
* [17.2: Using BIP39 in Libwally](17_2_Using_BIP39_in_Libwally.md) * [P2.2: Using BIP39 in Libwally](P2_2_Using_BIP39_in_Libwally.md)
* [17.3: Using BIP32 in Libwally](17_3_Using_BIP32_in_Libwally.md) * [P2.3: Using BIP32 in Libwally](P2_3_Using_BIP32_in_Libwally.md)
* [17.4: Using PSBTs in Libwally](17_4_Using_PSBTs_in_Libwally.md) * [P2.4: Using PSBTs in Libwally](P2_4_Using_PSBTs_in_Libwally.md)
* [17.5: Using Scripts in Libwally](17_5_Using_Scripts_in_Libwally.md) * [P2.5: Using Scripts in Libwally](P2_5_Using_Scripts_in_Libwally.md)
* [17.6: Using Other Functions in Libwally](17_6_Using_Other_Functions_in_Libwally.md) * [P2.6: Using Other Functions in Libwally](P2_6_Using_Other_Functions_in_Libwally.md)
* [17.7: Integrating Libwally and Bitcoin-CLI](17_7_Integrating_Libwally_and_Bitcoin-CLI.md) * [P2.7: Integrating Libwally and Bitcoin-CLI](P2_7_Integrating_Libwally_and_Bitcoin-CLI.md)
* [18.0: Talking to Bitcoind with Other Languages](18_0_Talking_to_Bitcoind_Other.md) * [P3.0: Talking to Bitcoind with Other Languages](P3_0_Talking_to_Bitcoind_Other.md)
* [18.1: Accessing Bitcoind with Go](18_1_Accessing_Bitcoind_with_Go.md) * [P3.1: Accessing Bitcoind with Go](P3_1_Accessing_Bitcoind_with_Go.md)
* [18.2: Accessing Bitcoind with Java](18_2_Accessing_Bitcoind_with_Java.md) * [P3.2: Accessing Bitcoind with Java](P3_2_Accessing_Bitcoind_with_Java.md)
* [18.3: Accessing Bitcoind with Node JS](18_3_Accessing_Bitcoind_with_NodeJS.md) * [P3.3: Accessing Bitcoind with Node JS](P3_3_Accessing_Bitcoind_with_NodeJS.md)
* [18.4: Accessing Bitcoind with Python](18_4_Accessing_Bitcoind_with_Python.md) * [P3.4: Accessing Bitcoind with Python](P3_4_Accessing_Bitcoind_with_Python.md)
* [18.5: Accessing Bitcoind with Rust](18_5_Accessing_Bitcoind_with_Rust.md) * [P3.5: Accessing Bitcoind with Rust](P3_5_Accessing_Bitcoind_with_Rust.md)
* [18.6: Accessing Bitcoind with Swift](18_6_Accessing_Bitcoind_with_Swift.md) * [P3.6: Accessing Bitcoind with Swift](P3_6_Accessing_Bitcoind_with_Swift.md)
### PART SIX: USING LIGHTNING-CLI ### PART SIX: USING LIGHTNING-CLI
**Status:** Finished. **Status:** Finished.
* [19.0: Understanding Your Lightning Setup](19_0_Understanding_Your_Lightning_Setup.md) * [L1.0: Understanding Your Lightning Setup](L1_0_Understanding_Your_Lightning_Setup.md)
* [19.1: Verifying Your core lightning Setup](19_1_Verifying_Your_Lightning_Setup.md) * [L1.1: Verifying Your core lightning Setup](L1_1_Verifying_Your_Lightning_Setup.md)
* [19.2: Knowing Your core lightning Setup](19_2_Knowing_Your_lightning_Setup.md) * [L1.2: Knowing Your core lightning Setup](L1_2_Knowing_Your_lightning_Setup.md)
* [Interlude: Accessing a Second Lightning Node](19_2a_Interlude_Accessing_a_Second_Lightning_Node.md) * [Interlude: Accessing a Second Lightning Node](L1_2a_Interlude_Accessing_a_Second_Lightning_Node.md)
* [19.3: Creating a Lightning Channel](19_3_Setting_Up_a_Channel.md) * [L1.3: Creating a Lightning Channel](L1_3_Setting_Up_a_Channel.md)
* [20.0: Using Lightning](20_0_Using_Lightning.md) * [L2.0: Using Lightning](L2_0_Using_Lightning.md)
* [20.1: Generating a Payment Request](20_1_Generate_a_Payment_Request.md) * [L2.1: Generating a Payment Request](L2_1_Generate_a_Payment_Request.md)
* [20.2: Paying an Invoice](20_2_Paying_a_Invoice.md) * [L2.2: Paying an Invoice](L2_2_Paying_a_Invoice.md)
* [20.3: Closing a Lighnting Channel]((20_3_Closing_a_Channel.md)) * [L2.3: Closing a Lighnting Channel]((L2_3_Closing_a_Channel.md))
* [20.4: Expanding the Lightning Network](20_4_Lightning_Network_Review.md) * [L2.4: Expanding the Lightning Network](L2_4_Lightning_Network_Review.md)
### APPENDICES ### APPENDICES