bitcoin/contrib/codegen/templates
enoch 3be8d37446 Add C++ client test harness and template
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.
2025-03-24 21:02:44 +01:00
..
cpp_client.jinja2 Add C++ client test harness and template 2025-03-24 21:02:44 +01:00
python_client.jinja2 Add Python client template using Jinja2 2025-03-23 18:41:46 +01:00