A React Native library for decentralized digital identities and credentials. Use it to hold or verify credentials via a multitude of technologies and protocols.
The SDK's SSI functionality is powered by the Procivis One Core, a complete solution capable of powering every element of the digital identity credential lifecycle. See the key features and complete solution architecture.
yarn add @procivis/react-native-one-coreAdd the following to android/build.gradle:
allprojects {
repositories {
flatDir { dirs "$rootDir/../node_modules/@procivis/react-native-one-core/android/libs" }
}
}cd ios && pod installFull documentation including configuration, initialization, and SDK reference is available at docs.procivis.ch/sdk.
- Use this SDK to embed wallet capabilities into an existing app
- Use the Procivis One Wallet for a free-standing solution that can be white-labeled
- Use the One Core React Components library for UI elements for your digital wallet app
The fastest way to get started with the Procivis One Wallet is to download the app from the iOS or Android app stores and join our Trial Environment. In the trial environment, you are given control of an organization on our server solution, the Procivis One Desk, and can quickly begin issuing and verifying credentials.
For an EUDI Wallet, you can also use the Procivis One Wallet.
For issuing into an EUDI Wallet or offering services to an EUDI Wallet holder, use the Procivis One Core.
Procivis One is built using open standards and tested to ensure interoperability with different software vendors and across different international regulatory ecosystems.
- W3C standards
- The W3C offers several test suites for standards conformance. See the latest test results for Procivis One at canivc.com.
- ISO/IEC 18013-5 mDL
- Procivis One's implementation of the ISO mDL standard is compatible with the OpenWallet Foundation's verifier: Procivis One can successfully issue mDL credentials to a Procivis One Wallet, and these credentials can successfully be verified by the OpenWallet Foundation's verifier. See the OpenWallet Foundation libraries.
- eIDAS 2.0; EUDI Wallet
We continue to look for more opportunities for interoperability testing as the standards and regulations mature and harden.
| Category | Supported |
|---|---|
| Credential formats | SD-JWT VC, ISO mdoc, W3C VC |
| Issuance protocol | OpenID4VCI |
| Presentation protocols | OpenID4VP, ISO/IEC 18013-5, ISO/IEC 18013-7 |
| Transport and engagement | BLE, MQTT, NFC, QR code |
| Revocation | Bitstring Status List, Token Status List, CRL |
| Key storage | Secure Enclave, Android Keystore, Azure Key Vault, HSM, internal database |
| DID methods | did:key, did:web, did:jwk, did:webvh |
| Trust infrastructure | ETSI Trusted Lists, Lists of Trusted Lists (LoTL), and Lists of Trusted Entities (LoTE), EUDI Access and Registration Certificates |
| Cryptographic suites | ES256, Ed25519, ML-DSA-65, BBS |
| Wallet attestations | Wallet Unit Attestation (WUA) and Wallet Instance Attestation (WIA) |
For the full list of supported standards, specifications, protocol versions, and ETSI coverage, see the [Supported Standards and Technologies][supptech] page in the Procivis One documentation.
Need support or have feedback? Contact us.
Some rights reserved. This library is published under the Apache License Version 2.0.
© Procivis AG, https://www.procivis.ch.
