dogecoinfoundation / libdogecoin

Libdogecoin provides low level C functions useful for building compliant Dogecoin Nodes & Wallets.
MIT License
110 stars 24 forks source link

net: added http server #212

Closed edtubbs closed 6 months ago

edtubbs commented 8 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.