From 8b7e60d3babf6fce221c7f26fcbd96fdab1a4316 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 10 Jun 2020 13:26:46 -1000 Subject: [PATCH] updating chapter #s and intro --- 15_1_Accessing_Bitcoind_with_C.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15_1_Accessing_Bitcoind_with_C.md b/15_1_Accessing_Bitcoind_with_C.md index 3218b35..c5c532f 100644 --- a/15_1_Accessing_Bitcoind_with_C.md +++ b/15_1_Accessing_Bitcoind_with_C.md @@ -1,8 +1,8 @@ -# 12.2: Accessing Bitcoind with C +# 15.1: Accessing Bitcoind with C > **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. -Though command-line `curl` is the easiest way to access the `bitcoind` directly, there are many other options for doing so and most of them support more fully featured programming languages. The best package for doing so in C is currently [libbitcoinrpc](https://github.com/gitmarek/libbitcoinrpc/blob/master/README.md). It uses a `curl` library for accessing the data and it uses the somewhat clunky `jansson` library for encoding and decoding the JSON. +[needs new intro] ## Set Up libbitcoinrpc