An open API service indexing awesome lists of open source software.

https://github.com/dylancom/lightning-browser

Bitcoin Lightning Browser that let's you interact with websites supporting the WebLN standard
https://github.com/dylancom/lightning-browser

Last synced: 6 months ago
JSON representation

Bitcoin Lightning Browser that let's you interact with websites supporting the WebLN standard

Awesome Lists containing this project

README

          

# Lightning Browser (iOS, Android)

### A browser that brings deep lightning integration to the web

The goal is to allow the browser to interact with the Lightning Network programmatically. It focusses on the web-payments process and does not try to be a full node UI with advanced channel-management or similar features.

The browser implements the WebLN standard as the interface that allows websites to connect to Lightning Network nodes (to request payments, invoices, signatures, login, etc.) and enable seamless UX of web payments and authentications.

## 🚀 Quick Start

- `yarn install` to install dependencies.
- `yarn run android` to open Android.
- `yarn run ios` to open iOS simulator.
- `yarn start` to see all options and for e.g. scan a QR code to run the app on your own device with [Expo Go](https://expo.dev/client).