Getting Started with EUDI Wallet

Follow these simple steps to set up and start using your EU Digital Identity Wallet

Install the Wallet App

Prerequisites

  • Android Studio (latest stable version)
  • Git
  • Android device or emulator

1. Clone the Repository

git clone git@github.com:eu-digital-identity-wallet/eudi-app-android-wallet-ui.git

2. Open in Android Studio

Open the project in Android Studio and wait for the initial sync to complete.

3. Configure Build Variant

Navigate to Build -> Select Build Variant and select your preferred variant:

  • devDebug - Development environment with logging
  • devRelease - Development environment without logging
  • demoDebug - Demo environment with logging
  • demoRelease - Demo environment without logging

4. Run the App

  • On a device: Connect your device and go to Run -> Run 'app'
  • On an emulator: Go to Run -> Run 'app'

Next Steps

After installing the app, you'll need to connect it with an Issuer and a Verifier. You can choose to run them either locally or remotely.

Step 1 of 3