mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Introduce main.cpp as a test program to verify the generated C++ RPC client template. This commit adds a minimal harness that instantiates BitcoinRPCClient, calls getblockchaininfo, and prints the result. The template and test program help ensure that our C++ client code integrates correctly with libcurl and JsonCpp, aiding further development and testing. |
||
---|---|---|
.. | ||
cpp_client.jinja2 | ||
python_client.jinja2 |