fhildeb / universalprofile-test-dapp

Example web app to showcase how to interact with universal profiles

Home Page:https://up-sample-web-app.staging.lukso.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universal Profile Test dApp

GitHub Workflow Status

A sample app to demonstrate the displaying, deploying and usage of a universal profile inside a web app.

Running version: http://up-test-dapp.lukso.tech/

Stack:

Project setup

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

Example web app to showcase how to interact with universal profiles

https://up-sample-web-app.staging.lukso.dev


Languages

Language:Vue 63.6%Language:TypeScript 35.3%Language:JavaScript 0.8%Language:HTML 0.3%Language:SCSS 0.0%