lukso-network / universalprofile-test-dapp

Testing dApps for ERC725 and Universal Profiles.

Home Page:https://up-test-dapp.lukso.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Testing dApps for ERC725 and Universal Profiles.

https://up-test-dapp.lukso.tech/


Languages

Language:Vue 59.3%Language:TypeScript 39.6%Language:JavaScript 0.6%Language:Solidity 0.3%Language:HTML 0.2%Language:SCSS 0.0%