LogoLogo
ProductsCommunityGitHubShare Feedback
Wallet Kit
Wallet Kit
  • What is the Wallet Kit?
    • Introduction
    • Transition To The Community Stack
    • Self-Sovereign Identity
      • SSI | Basics
      • Technology & Concepts
    • Wallet Kit
      • Wallet Kit | Basics
        • Overview
        • Functionality
      • Architecture
    • Issuer & Verifier Portals
      • Functionality
      • Architecture
  • Getting started
    • Quick Start
    • CLI | Command Line Interface
    • REST APIs
      • Issuer Configuration
      • Credential Templates
      • Credential Issuance
      • Credential Verification
    • Dependency (JVM)
    • Frontend
    • Public deployments
    • Demo
    • Build
      • Docker Build
        • Docker
      • Local Build
  • Configuration and Setup
    • Wallet backend setup
    • Issuer portal setup
    • Verifier portal setup
  • Concepts
    • OpenID Connect (OIDC)
      • OIDC for Credential Issuance
      • OIDC for Verifiable Presentations (SIOP)
      • Issuance via OIDC for Verifiable Presentations (SIOP)
  • Ecosystems
    • IOTA
      • Tutorials
        • Login With IOTA
  • Community
    • Discord
    • Twitter
    • Newsletter
    • GitHub Discussions
  • DEVELOPER RELATIONS
    • Roadmap
    • Contribute
    • Share Feedback
    • Contact
  • Product Editions
    • Open Source | Always Free
    • Enterprise
    • Cloud Platform
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Getting started

Quick Start

PreviousArchitectureNextCLI | Command Line Interface

Last updated 1 month ago

Was this helpful?

Discontinuation Notice

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.

The Community Stack
contact us
Docker Compose
Dependency (JVM)
JVM-dependency
CLI tool
command-line interface
REST API
Frontend Applications
public deployments
Local Docker Build
Local Build