Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfed-prog/casper_qr
Flask app that generates QR code for transactions on Casper
https://github.com/pfed-prog/casper_qr
casper dspyt flask python python3 qrcode qrcode-generator
Last synced: 20 days ago
JSON representation
Flask app that generates QR code for transactions on Casper
- Host: GitHub
- URL: https://github.com/pfed-prog/casper_qr
- Owner: Pfed-prog
- Created: 2021-10-07T17:33:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T04:00:04.000Z (over 1 year ago)
- Last Synced: 2024-10-08T01:23:28.604Z (about 1 month ago)
- Topics: casper, dspyt, flask, python, python3, qrcode, qrcode-generator
- Language: Python
- Homepage: https://dspyt.com/simple-qr-code-generator-on-aws-with-flask/
- Size: 705 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Casper_QR
![](https://i.imgur.com/KYyfJIl.jpg?1)
The repository generates QR codes for transactions on Casper local nodes, [casper.live](https://cspr.live) and [testnet.casper.live](https://testnet.cspr.live) accounting for the user's inputs. After displaying the QR Code the user can use the button to download the image for transactions.
## Resources for Testing
For testing on the desktop computer online qr code reader can be used https://4qrcode.com/scan-qr-code.php.
For obtaining testnet funds use [faucet](https://testnet.cspr.live/tools/faucet).
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/xKFY1vxrMeU/0.jpg)](https://youtu.be/xKFY1vxrMeU)
## Local Installation
`pip install -r requirements.txt`
`python3 application.py`
Go to http://127.0.0.1:5000/
## Further Development
We intend to connect to Casper Signer Extension in the near future. Develop further app functionality such as staking which is also available at https://casperholders.io/.
To do so we will add ReactJS to the flask application.