Quick Start
Last updated
Was this helpful?
Last updated
Was this helpful?
Important: Please be informed that, beginning from December 2023, the Wallet Kit will no longer receive new features. Furthermore, the Wallet Kit is planned for discontinuation by the end of Q3 2024. However, all functionalities currently offered by the Wallet Kit will be integrated into our new libraries, APIs, and apps under . This is aimed at providing a more modular, flexible, and efficient solution for your needs. For any clarification or queries, feel free to as we aim to make this transition as smooth as possible.
There are different ways to get started with the Wallet Kit, either you use the backend service provided by the Wallet Kit via an API and build your own frontend, or you run the Wallet Kit (backend service) and our pre-build frontend applications for the different parties (holder, verifier, issuer).
: Quick way to launch and try out the latest builds of our backend API and the frontend applications. No build environment required, adaptation of default config may be necessary, depending on your setup.
: Quickly build the individual services (backend & frontend) using Docker and launch the docker images. No local build environment required, besides docker.
: Build and run the services (backend & frontend) locally on your machine. Requires build environment, including JDK 16, Gradle, NodeJs and Yarn.
: The Wallet Kit ("wallet backend") can be used directly as for Maven or Gradle.
: The Wallet Kit comes with a to conveniently configure the issueer DID among other configuration options.
- Use the Wallet Kit API.
- Offer a full solution by connecting our pre-build frontends to the Wallet Kit backend.
If you just want to try out the Wallet Kit (backend) and the Issuer and Verifier Portals (frontends), you may directly use our , which don't require any configuration or build environment.