Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

softlander/mypass-id-wallet

Repository files navigation

myPass ID Wallet Mobile App

⚠️ This app is meant for demonstration purpose only, please don't use this as production ready application.

Run in development mode

1. Install Node.JS

First you need to install Node.JS if you haven’t done that already.

2. Install Yarn

Install Yarn Node.js dependency manager:

curl -o- -L https://yarnpkg.com/install.sh | bash

3. Clone repository

Clone repository by running:

git clone https://github.com/mypass-id/demo-mobile-app.git

4. Install dependencies

To install the dependencies, run:

yarn

5. Run in development mode

To run the application locally, run:

yarn web

and open http://localhost:3001 in your favourite browser.

Build appliciation

To build application for iOS or android, some additional dependencies need to be installed.

To start the build process, run yarn ios or yarn android.

Credits

We acknowledge and are grateful to IOTA Identity team and their open source project. This work is adopted for our use case scenario from IOTA Identity team's selv-mobile project.