mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Create 12_0_Talking_to_Bitcoind.md
This commit is contained in:
parent
a53d6852f5
commit
7ccbb2138d
@ -1,6 +1,6 @@
|
||||
# Chapter 12: Talking to Bitcoind
|
||||
|
||||
While working with Bitcoin Scripts, we hit the boundaries of what's possible with `bitcoin-cli`. Fortunately, there are other ways to work with the Bitcoin network. There are APIs that will ultimately allow you to access _all_ of Bitcoin's functionality, but we're going to start off with the simpler APIs that largely duplicate `bitcoin-cli` by accessing `bitcoind`. Consider it a new way to do what you already know and a gateway to the larger world of working with APIs.
|
||||
While working with Bitcoin Scripts, we hit the boundaries of what's possible with `bitcoin-cli`. Fortunately, there are other ways to work with the Bitcoin network. There are APIs that will ultimately allow you to access _all_ of Bitcoin's functionality, but we're going to start off with the simpler APIs that largely duplicate `bitcoin-cli` by accessing `bitcoind` through RPC. Consider it a new way to do what you already know and a gateway to the larger world of working with APIs.
|
||||
|
||||
## Objectives for This Chapter
|
||||
|
||||
@ -12,10 +12,11 @@ After working through this chapter, a developer will be able to:
|
||||
Supporting objectives include the ability to:
|
||||
|
||||
* Understand How to Use APIs
|
||||
* Understand How RPC and Curl Interact
|
||||
* Create a Foundation for Accessing Bitcoind
|
||||
|
||||
## Table of Contents
|
||||
|
||||
* [Section One: Accessing Bitcoind with Curl](12_1_Accessing_Bitcoind_with_Curl.md)
|
||||
* [Section Two: Accessing Bitcoind with JavaScript](12_1_Accessing_Bitcoind_with_JavaScript.md)
|
||||
* [Section Three: Accessing Bitcoind with C](12_1_Accessing_Bitcoind_with_C.md)
|
||||
* [Section Two: Accessing Bitcoind with C](12_2_Accessing_Bitcoind_with_C.md)
|
||||
* [Section Three: Accessing Bitcoind with Node](12_3_Accessing_Bitcoind_with_JavaScript.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user