Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taminobaumann authored Dec 21, 2023
1 parent db88f45 commit 64ca188
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions waltid-web-wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 64ca188

Please sign in to comment.