tnull / ldk-node-hack-server

1 stars 5 forks source link

Add basic HTTP service using `hyper` #15

Closed tnull closed 3 months ago

tnull commented 3 months ago

We add a basic HTTP service endpoint listening on an configurable address.

Usage: ldk-node-hack-server storage_path listening_addr rest_svc_addr network esplora_server_url

Example:

cargo run ./data 127.0.0.1:9735 127.0.0.1:3000 regtest http://127.0.0.1:3002
tnull commented 3 months ago

Rebased