Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byteab/casper-qr
QR code generator for casper transactions
https://github.com/byteab/casper-qr
Last synced: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T20:26:44.000Z (about 3 years ago)
- Last Synced: 2024-07-07T13:07:17.654Z (6 months ago)
- Language: TypeScript
- Homepage: casper-qr.vercel.app
- Size: 388 KB
- Stars: 7
- 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/
![Screen Shot 1400-07-08 at 4 02 15 PM](https://user-images.githubusercontent.com/46188784/135447682-113dbdc8-970e-4378-975b-f6ece4cf09a9.png)
## How to run
```bash
git clone https://github.com/TheEhsanSarshar/casper-qr
``````bash
cd casper-qr && yarn && yarn build
``````bash
npx serve dist/
```