From 111a424c9563648666a00ebe4d0d67d727461066 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 5 Aug 2020 12:44:58 -1000 Subject: [PATCH] laying out chapter 16 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f1d809..015cbb9 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,11 @@ _We want to expand this course to also introduce programming with RPC and finall **Status:** VERY Unfinished. Writing Libwally chapter, regularizing other languages chapter; and deciding what to do with Swift -* 16.0: Programming Bitcoin with Libwally - * 16.1: Getting ready for LibWally +* [16.0: Programming Bitcoin with Libwally](16_0_Programming_Bitcoin_with_Libwally.md) — Needs edit for final content of chapter + * [16.1: Setting Up Libwally](16_1_Setting_Up_Libwally.md) — Needs edit + * [16.2: Using BIP32 in Libwally](16_2_Using_BIP32_in_Libwally.md) — Needs writing + +Potential Sections: * 16.2: Using secp256k1 Functions * 16.3: Writing Wallet Functions * 16.4: Integrating Libwally and Scripts