An open API service indexing awesome lists of open source software.

https://github.com/omkarph/crypto-qr-generator

Generate QR code for crypto transactions !
https://github.com/omkarph/crypto-qr-generator

casper casper-hackathon

Last synced: 3 months ago
JSON representation

Generate QR code for crypto transactions !

Awesome Lists containing this project

README

          



QR code generator for your Crypto transactions


## Tech Stack
HTML5 CSS3 JavaScript


ReactMaterial UI

##

- Choose your token and enter recipient address
- Enter message and amount (Optional)
- Scan / Download your QR code !

## View live demo here : [https://crypto-qr-generator.netlify.app/](https://crypto-qr-generator.netlify.app/)
![image](https://user-images.githubusercontent.com/48476025/136008806-9b627416-e049-44eb-b0a7-d22fd306d11b.png)

### Run project locally:
- Clone/Fork this repo
- Install dependencies:
```
npm install
```
- Run react app:
```
npm start
```