added missing what's next

This commit is contained in:
Shannon Appelcline 2020-08-04 14:47:47 -10:00 committed by GitHub
parent f1d35d9b04
commit dac38017f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,3 +273,7 @@ This section doesn't include a full example of this more complex methodology, bu
By linking to the `bitcoinrpc` and `jansson` libraries, you can easily access `bitcoind` via RPC calls from a C library. To do so, you create an RPC connection, then make individual RPC calls, some of them with parameters. `jansson` then allows you to decode the JSON responses.
* :fire: ***What is the power of C?*** C allows you to take the next step beyond shell-scripting, permitting the creation of more comprehensive and robust programs. A few examples appear in the next two sections.
## What's Next?
Learn more about "Talking to Bitcoind with C" in [15.2: Programming Bitcoind with C](15_2_Programming_Bitcoind_with_C.md).