Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ShinyDapps Lightning PaymentsNew to Visual Studio Code? Get it now.
ShinyDapps Lightning Payments

ShinyDapps Lightning Payments

ShinyDapps

|
12 installs
| (0) | Free
Real-time Bitcoin Lightning payment dashboard in VS Code. Monitor API micropayments per endpoint, live charts, CSV export. Works with l402-kit (TypeScript, Python, Go, Rust). Zero config.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ShinyDapps Lightning Payments

Version Installs License: MIT

Real-time Bitcoin Lightning payment dashboard inside VS Code. Built on the L402 protocol (HTTP 402 + Lightning Network) — every payment your API receives appears instantly, no browser tab required.

ShinyDapps Lightning Payments dashboard


Features

  • Live sats counter in the status bar, updated every 30 seconds
  • Bar chart with 1D / 7D / 30D / 1Y / ALL time ranges
  • Payment feed — endpoint, amount in sats, USD value, timestamp
  • 11 languages — EN PT ES ZH JA FR DE RU HI AR IT (switch inside the sidebar)
  • Light / Dark / Auto theme — follows your VS Code theme
  • Zero config — one Lightning address, that's it

Quick Setup

Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and run:

ShinyDapps: Configure Lightning Address

Enter the Lightning address tied to your l402-kit API (e.g. you@blink.sv). Done.

No Lightning address? Get one free at dashboard.blink.sv.


Integrate with l402-kit

Add a pay-per-call endpoint to any backend in 3 lines:

import { l402, ManagedProvider } from "l402-kit";

const lightning = ManagedProvider.fromAddress("you@blink.sv");
app.get("/premium", l402({ priceSats: 100, lightning }), handler);
SDK Install
TypeScript / Node.js npm install l402-kit
Python pip install l402kit
Go go get github.com/shinydapps/l402-kit/go
Rust cargo add l402kit

AI Agents

l402-kit is registered in 5 MCP registries (Anthropic, Glama, Smithery, mcp.so, McpMux). AI agents can discover and pay L402 APIs autonomously — no human in the loop.

VERITY is a live autonomous agent with 9 services priced in sats, built entirely on l402-kit.


Links

Marketplace · Docs · GitHub · npm


Built with ⚡ by ShinyDapps · MIT License · Bitcoin has no borders.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft