From 64ca1880efd3483d2560feb2e20707b3147fa25c Mon Sep 17 00:00:00 2001 From: Tamino <48290617+taminobaumann@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:51:01 +0100 Subject: [PATCH] Update README.md --- waltid-web-wallet/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/waltid-web-wallet/README.md b/waltid-web-wallet/README.md index 340a190f5..b3f36e892 100644 --- a/waltid-web-wallet/README.md +++ b/waltid-web-wallet/README.md @@ -15,14 +15,20 @@ ## Getting Started -- [Quick Start](https://docs.walt.id/v/apps/solutions/web-wallet/quick-start) - Launch the wallet in your local environment with default settings. - [Intro Video](https://youtu.be/HW9CNFmRFlI) - Learn about features and see a demo. -Check out the **[Official Documentation](https://docs.walt.id/v/apps/solutions/web-wallet)**, to dive deeper into the architecture and configuration options available. -_Run it (from the root-folder)_: +### Running The Project + +Make sure you are in the root of the walt.id identity repo. + +```bash +cd docker-compose && docker compose up +``` + +- Visit the web wallet hosted under localhost:3000. +- Visit the wallet-api hosted under localhost:4545. - docker run -p 4545:4545 -itv $(pwd)/waltid-web-wallet/config:/waltid-web-wallet/config -itv $(pwd)/waltid-web-wallet/data:/waltid-web-wallet/data -t waltid/wallet-api ## What is the Web-Wallet?