Skip to content

ZeroPass/eosio-passid-mobile-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EOSIO PassID Mobile App

Installation

  • Android Studio - Follow instructions here. *or install any other IDE (Visual Studio, Xcode)

  • Flutter - Follow instructions here.

Getting Started

  • Download(git clone) the project

  • In root directory (where pubspec.yaml is) call:

flutter packages get
  • To run:
flutter run

# Release version
flutter run --release
  • To build app bundle:
# Android
flutter build apk
flutter build apk --release --no-shrink

#iOS (on macOS host)
flutter build ios

Usage

  • Fill the data in this function
    • configure EOS nodes like here (IP address, port, encryption connection check and network type(chainID))
    • set StorageServer (IP address, port and encryption connection check)
  • Run the project from your IDE

Libraries

This repository hosts also 2 libraries:

  • dmrtd - dart implementation of ICAO 9303 MRTD standard
  • passid - dart implementation of client PassID PoC protocol

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages