Skip to content

A lightweight holder wallet mobile client based on React Native.

License

Notifications You must be signed in to change notification settings

yepengding/holder-wallet

Repository files navigation

Holder Wallet

A lightweight holder wallet mobile app based on React Native.

It interacts with verifiable-data-registry-server to obtain new decentralized identifiers and issuer cloud to obtain new verifiable credentials.

Platform

  • Android
  • iOS

Development

  1. Install dependencies
npm install
  1. Install Expo Go app on a mobile device
  2. Duplicate .env.example as .env and configure environment variables.

Normally, the address of the Android Emulator is 10.0.2.2 according to Set up Android Emulator networking

  1. Run project
npm run start
  1. Scan the QR code to run app preview on the mobile device

Screenshot

Home Screen


References