https://github.com/thebrandonlucas/micropayments
Simple demo app to show how to use micropayments with Lightning (on LND/Voltage nodes)
https://github.com/thebrandonlucas/micropayments
lightning micropayments voltage
Last synced: 3 months ago
JSON representation
Simple demo app to show how to use micropayments with Lightning (on LND/Voltage nodes)
- Host: GitHub
- URL: https://github.com/thebrandonlucas/micropayments
- Owner: thebrandonlucas
- Created: 2023-04-18T19:12:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T04:07:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T18:11:11.382Z (5 months ago)
- Topics: lightning, micropayments, voltage
- Language: Svelte
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micropayments
## Simple app to showcase micropayments with Lightning (on LND nodes)
### Getting Started
First, add your macaroon and host:port in the `.env.example` file and rename to `.env`
Then,
```
yarn # install dependencies
yarn run dev
```Your app should be running on `localhost:5173`
### Features
- Bolt-11 Invoices
- WebLN### TODO:
- LSATs
- Keysend