Closed edtubbs closed 6 months ago
Added HTTP server functionality to SPV node, enabling RESTful access to node and wallet data through endpoints like /getBalance and /getChaintip, along with a new command-line option -u for setting the server's IP and port.
/getBalance
/getChaintip
-u
Added HTTP server functionality to SPV node, enabling RESTful access to node and wallet data through endpoints like
/getBalance
and/getChaintip
, along with a new command-line option-u
for setting the server's IP and port.