Example dApp showcasing UniversalProfiles and the new Token and NFT LSP7 and 8, built with Vue.js 3.
All example dApps on LUKSO are deployed using a custom CI/CD script to host several repositories to one domain with several subfolders. Please deploy merged changes with the GitHub Workflow in the example-hosting repository.
npm install
npm run serve
npm run build
npm install -g serve
serve -s dist
npm run lint