PROJECT: Integrate a New C Library into LBTCftCL #140
Labels
intern project
This issue is in regards to an internship project.
program: lbtcftcl
associated with the Learning Bitcoin from the Command Line projects
The
libbitcoinrpc
RPC C library used in Learning Bitcoin from the Command Line has become outdated as discussed here:BlockchainCommons/Learning-Bitcoin-from-the-Command-Line#561
It's not just that it's old, it's that it no longer compiles correctly without intervention.
So, we need a new C library. Tasks would be:
As far as I know the
curl
library and thejansson
library remain OK. Therefore, I expect much of the commentary, as well as the code not directly using the old library, can still be used.The text was updated successfully, but these errors were encountered: