https://github.com/bumi/area402-widget
https://github.com/bumi/area402-widget
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bumi/area402-widget
- Owner: bumi
- License: mit
- Created: 2020-11-04T12:34:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T08:30:07.000Z (over 1 year ago)
- Last Synced: 2024-11-08T18:12:21.454Z (over 1 year ago)
- Language: JavaScript
- Size: 2.17 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# area402-widget
The Lightning Donation Widget allows online content creators to receive donations from their users/visitors directly from their website.
It uses the Bitcoin Lightning network as standard to allow global payments. The payment is sent directly from the user to the receipient's wallet with no required middlemen.
The goal is to provide a simple solution for content producers to receive lightning donations.
## Info
This project is built using [preact-cli](1) and uses the [widget](2) template as a boilerplate.
## Hosted version
There will be a hosted version with a configuration UI on: https://area402.herokuapp.com/
## Build Instructions
For generating a production build, run the following command:
```bash
npm run build
```
[1]: https://github.com/preactjs/preact-cli
[2]: https://github.com/preactjs-templates/widget