Skip to main content
lightninglabs
GitHub creator profile

lightninglabs

Repository-level view of 23 collected skills across 5 GitHub repositories.

skills collected
23
repositories
5
updated
Aug 11, 2026
repository explorer

Repositories and representative skills

run-litd
network-and-computer-systems-administrators

Setting up a Bitcoin Lightning node on Ubuntu using litd (Lightning Terminal). Default path: Neutrino-backed single node (fast, no bitcoind needed). Also covers bitcoind-backed routing nodes and the remote signer architecture for production.

May 28, 2026
litd-grpc
software-developers

Reference for litd (Lightning Terminal) gRPC API in Go: managing accounts, baking macaroons, listing payments, and creating LNC sessions.

May 27, 2026
taproot-assets-rpc
software-developers

Working guide for LND + Taproot Assets gRPC in Go — authentication, asset amounts, channel data, pagination, and common gotchas discovered building a real wallet.

May 27, 2026
lnd-navigate
software-developers

Navigation guide for the lnd (Lightning Network Daemon) Go codebase — where to find things, key patterns, and how subsystems connect.

May 27, 2026
lnc-app
web-developers

Guide for building a Lightning Node Connect (LNC) web application using lnc-web

May 27, 2026
lightning-mcp-server
software-developers

Build and configure the MCP server for Lightning Node Connect (LNC). Connects AI assistants to lnd nodes via encrypted WebSocket tunnels using pairing phrases — no direct network access or TLS certs needed. Read-only by default (18 tools for querying node…

Feb 11, 2026
lightning-security-module
software-developers

Set up an lnd remote signer container that holds private keys separately from the agent. Exports a credentials bundle (accounts JSON, TLS cert, admin macaroon) for watch-only litd nodes. Container-first with Docker, native fallback. Use when firewalling…

Feb 11, 2026
lnd
network-and-computer-systems-administrators

Install and run Lightning Terminal (litd) which bundles lnd, loop, pool, tapd, and faraday in a single Docker container. Defaults to neutrino backend with SQLite storage on testnet. Supports watch-only mode with remote signer, standalone mode, and regtest…

Feb 11, 2026
Showing 8 of 12 collected skills.
syncing-daemon-release
software-developers

Use when wavelength publishes a new release or revision and this repo must be updated to pair with it, when generated.ts / wallet.json / RUNTIME_MANIFEST_VERSION are stale, when gen:types or gen:api-docs fails or drifts, or when daemon-side RPC, facade type,…

Aug 11, 2026
wavelength-web
software-developers

Embed a self-custodial Lightning wallet in a web app with the Wavelength SDK (@lightninglabs/wavelength-web, @lightninglabs/wavelength-react, @lightninglabs/wavelength-core). Use when integrating Wavelength into a browser or React app, creating a wallet…

Aug 11, 2026
wavelength-react-native
software-developers

Embed a self-custodial Lightning wallet in a React Native or Expo app with the Wavelength SDK (@lightninglabs/wavelength-react-native, @lightninglabs/wavelength-react). Use when integrating Wavelength into a React Native or Expo app, creating a native wallet…

Jul 29, 2026
wavelength-cli
software-developers

Automate the Wavelength wallet daemon with the wavecli command line tool. Use when scripting wallet operations, writing shell automation against waved, parsing wavecli JSON output, or handling its exit codes. Triggers include "wavecli", "wavelength cli",…

Jul 15, 2026
wavelength-api
software-developers

Integrate against the Wavelength wallet daemon (waved) over its gRPC or REST API. Use when calling WalletService RPCs, building a backend or non-browser integration, connecting to waved, or mapping REST routes under /v1/wallet/. Triggers include "waved",…

Jul 15, 2026
Showing 5 of 5 repositories
All repositories loaded