1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-12 16:50:55 +00:00

Edited ch03_bitcoin-core.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-14 17:59:24 +00:00
parent 9d8714995e
commit 645512efa8

View File

@ -967,7 +967,7 @@ we'll examine those ((("Bitcoin Core", "command-line interface", "exploring bloc
==== Using Bitcoin Core's Programmatic Interface
The
+bitcoin-cli+ helper is very useful for exploring the Bitcoin Core API
+bitcoin-cli+ helper is ((("Bitcoin Core", "command-line interface", "API access", id="bitcoin-core-command-api")))((("command-line interface (Bitcoin Core)", "API access", id="command-api")))((("API access", id="api")))very useful for exploring the Bitcoin Core API
and testing functions. But the whole point of an application programming
interface is to access functions programmatically. In this section we
will demonstrate accessing Bitcoin Core from another program.