---
id: data-wallet-tryitout
title: Data Wallet - Try Out! 
description: Explore the interactive demo to experience how the Data Wallet stores and shares verifiable credentials for secure digital interactions.
hide_title: false
sidebar_label: Try It Out
keywords: [Data Wallet, demo, try it out, EUDI Wallet, verifiable credentials, interactive demo, digital identity, mobile app]
slug: /data-wallet-tryitout/
---

> **Build this with an AI coding agent.** Install the iGrant.io Agent Skills, then ask your agent to build the integration:
>
> ```bash
> npx skills add L3-iGrant/skills
> ```

<head>
  <title>Download the Data Wallet and use it in a live demo | iGrant.io DevDocs</title>
  <meta name="description" content="Explore the interactive demo to experience how the Data Wallet stores and shares verifiable credentials for secure digital interactions."/>
</head>

import Link from '@docusaurus/Link';
import VideoPlayer from '@site/src/components/VideoPlayer';

Here are the steps for trying Data Wallet by iGrant.io capabilities in a mobile application.

## Step 1: Download and Install

- <div style={{ display: 'flex', alignItems: 'center' }}>
    You can download and explore our wallet app.
    <span class='featured-card__product-list-item apple-icon'>
      <a
        href='https://apple.co/2Mz9nJp'
        target='_blank'
        rel='noopener noreferrer'
        class='featured-card__product-link'
      >
        iOS
      </a>
    </span>
    <span style={{ margin: '0 0.2em' }}></span> {    /* Add a space here */}
    <span class='featured-card__product-list-item android-icon'>
      <a
        href='https://play.google.com/store/apps/details?id=io.igrant.mobileagent'
        target='_blank'
        rel='noopener noreferrer'
        class='featured-card__product-link'
      >
        Android
      </a>
    </span>
  </div>
- Once you have your data wallet installed on your smartphone, we invite you to access our [demo catalogue](https://igrant.io/demo.html) to experience the data exchange features firsthand. This will give you a practical understanding of how the app manages and secures personal and sensitive data.

## Step 2: Try It Yourself

Some of the demos which you can try out to learn Data Wallet by iGrant.io are provided here.

### Issuer-Holder-Verifier Developer Workflow with APIs

For developers, you can try data wallet with your own end-to-end workflow with our organisational wallets APIs:

* [Issue Credentials API workflow](/docs/openID4vci-issue-credential-intime/) - View the ([Demo video](https://youtu.be/qtsyvw9alb4)).
* [Verify Credentials API workflow](/docs/openID4vc-send-verify-credentials/) - View the ([Demo video](https://youtu.be/xD4TLfdnSG0)).

### EBSI PDA1 Credential Exchange (ESSPASS Scenario)

[Click here](https://igrant.io/ebsi.html) and follow the steps in the example scenario for PDA1 credential issuance and verification with EBSI trust anchor in accordance with OpenID4VC. Watch the demo video below.

<VideoPlayer
  videoId="b-dTpMbxHPU"
  title="EBSI PDA1 Credential Exchange Demo"
  description="Learn how to implement EBSI PDA1 credential exchange using OpenID4VC protocol with iGrant.io Data Wallet."
  uploadDate="2024-01-01"
  duration="PT10M"
/>

### Data4Travel with Covid Certificate

[Click here](https://igrant.io/data4travel.html) and follow the steps in the example scenario with Data4Travel with covid certificate issuance and verification. Watch the demo video below.

<VideoPlayer
  videoId="NF81dlISBeA"
  title="Data4Travel with Covid Certificate Demo"
  description="Learn how to implement Data4Travel with Covid Certificate using iGrant.io Data Wallet."
  uploadDate="2024-01-01"
  duration="PT10M"
/>

### Data4Forms with NFC-chip enabled Passports

[Click here](https://igrant.io/data4forms.html) and follow the steps in the example scenario with Data4Forms with NFC-chip Passports issuance and verification. Here the passport is using the NFC-chip and can be used in age verification and verified form filling scenarios. You can try OpenID4VC protocols in this scenario.