A JavaScript/Node.js gRPC client for Lightning Labs Loop (v0.2-alpha), wrapping all callbacks in promises for async/await usage. Supports connecting to loopd via gRPC and can also run as a standalone REST API server. Currently at stable version 0.4.4, with infrequent updates. Differentiators: native promise support eliminates callback nesting; includes a built-in REST server for simplified HTTP access; requires Node.js >= 7.6.0. Security note: loop is early-stage, and the REST server should not be exposed to the internet.
npm install loopd-asyncNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to local loopd gRPC endpoint and fetch loop-in terms using async/await.
Only run REST on localhost, add auth and TLS.
Check Loop version compatibility before upgrading loopd.
Set env vars or .env file before starting server.
Upgrade Node.js to version 7.6 or later.
Run 'npm install loopd-async' in your project directory.
Use 'const loop = require('loopd-async');' instead of import.Start loopd, verify host and port (default localhost:11010).
No dependency data recorded yet.