mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 08:08:11 +00:00
Edited ch03_bitcoin-core.adoc with Atlas code editor
This commit is contained in:
parent
6ef3ce5954
commit
d2bbf50899
@ -1032,7 +1032,7 @@ If you're implementing a JSON-RPC call in your own program, you can use
|
||||
a generic HTTP library to construct the call, similar to what is shown
|
||||
in the preceding +curl+ example.
|
||||
|
||||
However, there ((("Bitcoin Core", "wrapper libraries")))((("wrapper libraries", "Bitcoin Core")))are libraries in most popular programming languages that
|
||||
However, there ((("Bitcoin Core", "wrapper libraries")))((("wrapper libraries")))are libraries in most popular programming languages that
|
||||
"wrap" the Bitcoin Core API in a way that makes this a lot simpler. We
|
||||
will use the +python-bitcoinlib+ library to simplify API access.
|
||||
This library is not part of the Bitcoin Core project and needs to be
|
||||
|
Loading…
Reference in New Issue
Block a user