LND REST Client
JSON →A Node.js client library wrapping the entire LND (Lightning Network Daemon) REST API for programmatic interaction with Lightning Network nodes. Version 0.0.9 is the latest stable release, with an active development cadence on GitHub. It supports multiple macaroon authentication levels (admin, readonly, invoice, base) and provides full TypeScript typings. Differentiating itself from other LND clients like ln-service or lnd-grpc, this library focuses exclusively on REST, offering a simple, promise-based interface without gRPC complexity.
Resources
packagelnd-rest-client ↗