Wallet Overview
A digital wallet is an application that can hold and manage users' Credentials
. Based on the principles of Self-Sovereign Identity (SSI) and cryptography, a wallet helps its Holder share data with others without exposing any other sensitive private information. Only the wallet holder has the right to decide which information to share and what needs to remain private.
Privado ID offers some interesting ways to get started with leveraging a credential-focused wallet: the Wallet SDK, the Privado ID Web Wallet and the the Privado ID Wallet app.
When the Web Wallet and the Privado ID Wallet app are signed in with the same crypto wallet, the credentials are synced, enabling effortless access across multiple devices.
Wallet SDK
The Wallet SDK is a Flutter-based SDK that can be used by developers to build applications or integrate the wallet functionalities seamlessly with their existing apps. Get started with the Wallet SDK here.
These are the modules (SDKs) we provide:
- polygonid-flutter-sdk [Dart plugin]
- polygonid-ios-wrapper-sdk [Swift lib (Framework)] (work in progress)
- polygonid-android-wrapper-sdk [Kotlin lib (.aar)]
- Polygonid-react-native-wrapper-sdk [RN lib] (work in progress)
Depending on which type of developer (integrator) you are, you can use different modules (SDK):
- Flutter developers should use "polygonid-flutter-sdk"
- IOS developers should use "polygonid-ios-wrapper-sdk"
- Android developers should use "polygonid-android-wrapper-sdk"
- React native developers can use several modules (SDKs):
- "polygonid-ios-wrapper-sdk" AND "polygonid-android-wrapper-sdk" (together for supporting both platforms) OR
- "polygonid-react-native-wrapper-sdk" (work in progress)
Privado ID Web Wallet
The Web Wallet is a web based identity wallet developed to streamline the issuance and verification of credentials. It is a reference implementation built using our JS SDK. Learn more about the Web Wallet here.
The Web Wallet is available on the browser here.
Privado ID Wallet App
The Privado ID Wallet app is a reference implementation built using our Wallet SDK. It has a simple user interface and seamless UX to facilitate its main uses: managing credentials and generating proofs for verifiers. Learn more about the Wallet App here.
The app is available for Android and IOS:
- For Android: Privado ID Wallet on Google Play
- For iOS: Privado ID Wallet on the App Store