Skip to content

ahmetson/malpie-wallet

Repository files navigation

Made by picunada

Loyalty system

Loyalty system app is WEB3 loyalty system to cooperate brands and clients ....

Environment

To setup env variables copy .env.example as .env file

copy .env.exmaple .env

Enable PWA

To enable PWA, we need to set "enabled" flag to true in nuxt.config.ts

devOptions: {
      enabled: false,
      type: 'module',
}

Run in dev environment

Install dependencies

pnpm install

To start application

pnpm dev

To create wallet

On welcome page click "Create account button".

To enter with seed phrase

On welcome page fill "Phrase" field and click on "From seed phrase" button.

To test PWA

On Chrome browser open Devices DevTools and connect your phone with usb to your computer, with application running on 3000 port (by default).

Click on "Port forwarding..." button

Alt text

Add "localhost:3000" in this window

Alt text

Then you can open localhost:3000 on your phone browser. And there will be a promt to install app.

About

A zero-knowledge based wallet that can trade zero proof on user data in exchange for cashback

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published