{"library":"lnd-async","type":"library","category":null,"description":"lnd-async is a JavaScript client library for connecting to LND (Lightning Network Daemon) via gRPC with native promise support. Version 4.2.2 supports LND 0.17.0-beta. It wraps all gRPC callbacks into promises, simplifying async usage. Key differentiators: built-in macaroon authentication, support for base64-encoded credentials, long integer treatment (defaults to strings to avoid data loss), and access to multiple LND services (Lightning, Invoices, etc.). It has a moderate release cadence with updates following LND releases.","language":"javascript","status":"active","version":"4.2.2","tags":["javascript","lnd","async","promise","lightning network","bitcoin","litecoin"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install lnd-async","imports":["const lnd = require('lnd-async');\nlet client = await lnd.connect();","const { connect } = require('lnd-async');\nlet client = await connect();","await client.getInfo({});"]},{"cmd":"yarn add lnd-async","imports":[]},{"cmd":"pnpm add lnd-async","imports":[]}],"homepage":"https://github.com/altangent/lnd-async#readme","github":"https://github.com/altangent/lnd-async","docs":null,"changelog":null,"pypi":null,"npm":"lnd-async","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}