alexbosworth / ln-service

Node.js interface to LND
MIT License
319 stars 60 forks source link

[Project] Create REST LND client object #128

Open alexbosworth opened 4 years ago

alexbosworth commented 4 years ago

It would be nice to be able to use the REST API, but the responses and paths are different since they are passed through a gateway

The ideal would be that a new LND object could be instantiated: const {lnd} = authenticatedLndRestApi({}) and then used with all existing methods