Overview

The Web-Wallet, our custodian wallet white-label solution, with which you can enable users to receive, share and store Verifiable Credentials, manage DIDs and their related keys and view tokens from different blockchain ecosystems. All in one place.

Getting Started

Make sure you have docker installed on your machine.

CURL
  1. Clone walt.id identity
git clone https://github.com/walt-id/waltid-identity.git

Launch The Wallet

A docker-compose configuration is provided as a convenience for quick-start. It sets up and starts all modules required to fully benefit from the wallet's functions. The runtime configuration files should be available in the same folder as the docker-compose file. There are sample configuration files provided, except walt.yaml which should be updated with the corresponding API keys.

CURL
  1. Start docker compose
cd docker-compose && docker-compose up
  1. Visit the wallet

Services

By executing the docker compose, the following services where started:

Next to that, the following services were also started but are not required to operate the wallet. Though they can be useful to run through a full issuance and verification use-case.