https://github.com/dundee/qrpay-web
Payment QR code generator with web interface
https://github.com/dundee/qrpay-web
Last synced: 11 months ago
JSON representation
Payment QR code generator with web interface
- Host: GitHub
- URL: https://github.com/dundee/qrpay-web
- Owner: dundee
- License: mit
- Created: 2021-04-01T22:35:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T22:07:51.000Z (about 5 years ago)
- Last Synced: 2025-03-25T08:14:42.404Z (about 1 year ago)
- Language: Go
- Homepage: https://go-qrpay.com/
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Payment QR code generator
Standalone web server generating payment QR codes.
Supports [Short Payment Descriptor](https://en.wikipedia.org/wiki/Short_Payment_Descriptor) and
[EPC QR Code](https://en.wikipedia.org/wiki/EPC_QR_code) (SEPA) format.
## Demo app
https://go-qrpay.com/
## Instalation
go get -u github.com/dundee/gdu/qrpay-web
## Usage
1. Start the QR code generator:
$ ./qrpay-web
2021/04/02 00:41:01 using embed mode
2021/04/02 00:41:01 Listening on 127.0.0.1:8080
1. Open `127.0.0.1:8080` in your web broswer.
1. Fill in payment details and submit.
1. See the result QR code.
