Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bumi/area402-widget
https://github.com/bumi/area402-widget
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bumi/area402-widget
- Owner: bumi
- License: mit
- Created: 2020-11-04T12:34:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T12:15:19.000Z (7 months ago)
- Last Synced: 2024-04-21T12:43:30.980Z (7 months ago)
- Language: JavaScript
- Size: 1.71 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