VeraId Architecture
This document describes the systems and software architecture of the various components that make up VeraId.
VeraId library
This library, available in JavaScript and Kotlin, implements all the cryptographic and data serialisation operations needed by the various components in VeraId.
- JavaScript implementation:
@relaycorp/veraid
. - Kotlin implementation (JVM/Android):
tech.relaycorp:veraid
.
VeraId Authority server
This is a cloud-native app that allows organisations to manage their VeraId members and the issuance of their respective bundles.
- GitHub project:
relaycorp/veraid-authority
. - JavaScript client:
@relaycorp/veraid-authority
.