A sample app to demonstrate the displaying, deploying and usage of a Universal Profile inside a web app.
If you are a developer, check out the LUKSO Technical Documentation.
Stack:
This project is deployed via Cloudflare pages. The CI is setup in the GitHub Action side.
When you create a PR, a preview URL will be appended to the PR discussion.
Branch: main
yarn install
yarn prepare
Yarn prepare will correctly install husky and lint-staged to validate commits pre-commit.
yarn dev
yarn test:unit
yarn lint
For checking production version:
yarn preview
yarn upgrade-interactive
NOTE: Current all jest related npms are still on version 28. Please do not upgrade to 29 as it's a very large piece of work
This project supports Wallet Connect V2, a project ID should be set in constants.ts
file.