This repo contains the code for a project submission for BuildHACKS Hackathon on buidlbox.io which ended Nov. 5th 2023
Generate a colorful QRCode and NFT2.0 based on a users info on Lukso network using data stored on the brand new Universal Profiles (UP) powered by ERC725
- Token & NFT Wallet DApps: Web and mobile wallets tailored for LUKSO tokens (LSP7) and NFTs (LSP7 / LSP8) assets while leveraging the Universal Receiver (LSP1) and Vaults (LSP9).
- Enables users to mint, transfer, buy and collect their friends' UPcards
- Connect with UPextension
- Download the UPcardQR code as an image to use elsewhere
git clone this repo:
git clone
install dependencies:
npm i
run app:
npm run dev
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh