Skip to content

lukso-network/universalprofile-test-dapp

Repository files navigation

Universal Profile Test dApp

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:

🚀 Deployments

This project is deployed via Cloudflare pages. The CI is setup in the GitHub Action side.

Preview

When you create a PR, a preview URL will be appended to the PR discussion.

Production

Branch: main

🧑🏻‍💻 Getting Started

yarn install
yarn prepare

Yarn prepare will correctly install husky and lint-staged to validate commits pre-commit.

Development

yarn dev

Tests/linters

yarn test:unit
yarn lint

For checking production version:

yarn preview

Upgrades

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

Wallet Connect V2

This project supports Wallet Connect V2, a project ID should be set in constants.ts file.