Learning-Bitcoin-from-the-C.../12_0_Talking_to_Bitcoind.md
2017-06-13 12:17:04 -07:00

1.1 KiB

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. Though these APIs can ultimately allow you to access all of Bitcoin's functionality, 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 that's a gateway to writing with APIs.

Objectives for This Chapter

After working through this chapter, a developer will be able to:

  • Decide Between a Few Methods of Talking to Bitcoind
  • Create Bitcoin Transactions by Talking to Bitcoind

Supporting objectives include the ability to:

  • Understand How to Use APIs
  • Create a Foundation for Accessing Bitcoind

Table of Contents