Skip to content

Example dApp showcasing UniversalProfiles and the new Token and NFT LSP7 and 8

License

Notifications You must be signed in to change notification settings

lukso-network/example-dapp-lsps

Repository files navigation

Example dApp for LSPs

Example dApp showcasing UniversalProfiles and the new Token and NFT LSP7 and 8, built with Vue.js 3.

Deployment and Hosting

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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Test Production locally

npm install -g serve
serve -s dist

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.