Getting Started

The verifier SDKs are a set of open-source libraries that provide you with all the functionality to build end-to-end verifier solutions natively in Kotlin/Java.

Most Important Libs:

  • Crypto - create and use keys based on different algorithms.
  • DID - create, register, and resolve DIDs on different ecosystems.
  • Verifiable Credentials - verify W3C credentials as JWTs and SD-JWTs.
  • mdoc Credentials - verify mdoc credentials (mDL ISO/IEC 18013-5).
  • OpenID4VC - implementations to request credentials via OID4VCI and OIDC4VP protocols.

Setup

  • Installation - Add libraries to your Kotlin/Java project using maven/gradle.

Guides