- Intro Video - Learn about features and see a demo.
From the root-folder you can run the wallet-api including the necessary configuration as well as other relevant services and apps like the wallet frontend by the following command:
cd docker-compose && docker compose up
- Visit the web wallet hosted under localhost:7101.
- Visit the wallet-api hosted under localhost:7001.
Update the containers by running the following commands from the root folder:
docker build -f waltid-web-wallet/Dockerfile -t waltid/waltid-web-wallet .
Note that this is project only the frontend of the web-wallet. The corresponding backend is in the /waltid-wallet-api folder.
bun install
bun --watch run dev
A white-label solution built on top of our core libs, offering you everything to build identity POCs leveraging Verifiable Credentials and NFTs/Tokens across ecosystems.
Features are provided by our libraries SSI-Kit and NFT-Kit to enable SSI and NFT functionality
-
Manage VCs - Receive, Store and Present Verifiable Credentials with different formats (e.g. W3C) and proof-types (e.g. JWT, SD-JWT). Full overview of formats and proof-types here.
-
Manage DIDs - Create and delete DIDs and onboard to different ecosystems (e.g. did:key, did:jwt, did:ebsi, did:cheqd, did:web and more) Full list here.
-
Manage Keys - Create, import and export keys with different algorithms (e.g. Ed25519). Full list here.
-
Credential Exchange - Based on OIDC standards (OIDC4VC & OIDC4VP) using synchronous flows with same device and cross device support as well as asynchronous flows leveraging the browser notification system.
- View NFTs - Display NFTs from different ecosystems (e.g. Ethereum, Near, Flow and more) in one coherent interface.
- Connect and get the latest updates: Discord | Newsletter | YouTube | Twitter
- Get help, request features and report bugs: GitHub Discussions
Licensed under the Apache License, Version 2.0.