⚠️ This app is meant for demonstration purpose only, please don't use this as production ready application.
First you need to install Node.JS if you haven’t done that already.
Install Yarn Node.js dependency manager:
curl -o- -L https://yarnpkg.com/install.sh | bash
Clone repository by running:
git clone https://github.com/mypass-id/demo-mobile-app.git
To install the dependencies, run:
yarn
To run the application locally, run:
yarn web
and open http://localhost:3001
in your favourite browser.
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
.
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.