Example Application
To help you get started with the Lithos ID TypeScript SDK, we provide a minimal example application that demonstrates a complete identity verification flow. The application shows how to initialize a verification, start the verification process, handle the verification callback, and verify the resulting cryptographic proof using the official @lithosid/sdk.
The example is built with Nuxt and is intended as a practical reference for integrating Lithos ID into your own application. You can explore the source code, use it as a starting point for your integration, or clone the repository from GitHub.