Skip to content

Pfed-prog/casper_QR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casper_QR

The repository generates QR codes for transactions on Casper local nodes, casper.live and testnet.casper.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.

IMAGE ALT TEXT HERE

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.