For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployment

Typical deployments rely on platform services such as:

  • PostgreSQL for application persistence (credentials, presentation requests, configuration, holder wallet instances, issuance and presentation workflow states, etc.)

  • Redis for token/session/cache workloads

  • KMS for key management and cryptographic operations (e.g. AWS KMS)

Last updated