github getAlby/lightning-browser-extension v1.21.0
v1.21.0 🚀 Thor's Helmet

latest releases: v3.9.1, v3.9.0, v3.8.1...
21 months ago

The number 21 is a special number. And v1.21 is a special Alby release for all lightning app developers out there! 🎉

This version includes the new WebLN/WebBTC interface, making it easier than ever to build full lightning web applications accessing the LND and CLN APIs. No complicated node access, no macaroons, no gRPCs and what not. It's now all plain simple JavaScript APIs and full lightning apps can be deployed as simple JavaScript web apps.
Alby's permission system gives the user full control. The user decides which API calls and what information should be accessible to the specific web app.

Example

The "hello-world" of a lightning app leveraging the new webln.request() call:

// enable webln
await window.webln.enable();

// list the channels of the connected LND node
await window.webln.request('listchannels');

Noteable Changes:

Full Changelog: v1.20.1...v1.21.0


Thor's Helmet: https://apod.nasa.gov/apod/ap221220.html

Don't miss a new lightning-browser-extension release

NewReleases is sending notifications on new releases.