https://github.com/byteab/casper-qr
QR code generator for casper transactions
https://github.com/byteab/casper-qr
Last synced: 11 months ago
JSON representation
QR code generator for casper transactions
- Host: GitHub
- URL: https://github.com/byteab/casper-qr
- Owner: byteab
- License: mit
- Created: 2021-09-23T15:14:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T20:26:44.000Z (over 4 years ago)
- Last Synced: 2025-05-30T08:58:40.321Z (about 1 year ago)
- Language: TypeScript
- Homepage: casper-qr.vercel.app
- Size: 388 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# casper-qr
casper transaction QR code generator.
## A working demo of App
https://casper-qr.vercel.app/

## How to run
```bash
git clone https://github.com/TheEhsanSarshar/casper-qr
```
```bash
cd casper-qr && yarn && yarn build
```
```bash
npx serve dist/
```