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
- Host: GitHub
- URL: https://github.com/dylancom/lightning-browser
- Owner: dylancom
- Created: 2022-04-03T14:46:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T08:01:24.000Z (about 4 years ago)
- Last Synced: 2025-02-22T00:27:32.696Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 404 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).