Proof of Concept. This environment simulates the Digital Euro pilot flows.
All data is synthetic. TLS uses a self-signed certificate — you may need to accept a browser
security warning on first visit.
Demo Applications
Control Room
Control Room
Scenario orchestration, event monitoring and demo flow coordination hub.
/control-room
Consumer
Consumer Wallet
Digital Euro consumer wallet — top up, payments, send money and purchase flows.
/wallet
Merchant
Merchant SoftPOS
Merchant point-of-sale terminal for receiving Digital Euro payments.
/softpos
E-commerce
E-commerce Shop
Online store demonstrating Digital Euro checkout and payment integration.
/ecommerce
Dashboard
Bank Dashboard
Distributing bank dashboard — liquidity, onboarding and settlement view.
/bank
Dashboard
PSP Dashboard
Payment Service Provider operations and transaction dashboard.
/psp
Dashboard
Operations Dashboard
Platform operations, system health and infrastructure monitoring.
/operations
ECB / DESP
DESP Overview
Digital Euro Settlement Platform overview — ECB / central infrastructure perspective.
/desp
Backend Services & API
REST API
Mock Adapter API
HTTP API bridge between frontend demo apps and backend services. Entry point for all /api/* routes.
/api
Health
API Health Check
Mock adapter service liveness endpoint. Returns 200 OK when service is up.
/api/healthz
Scenarios
Scenario Runner
Demo scenario orchestration — trigger and manage Digital Euro pilot flows.
/demo/scenarios
Internal / Development Only (not publicly routed)
Swagger
PSP Bank Swagger UI
Available internally on the VM only. Not exposed via the public reverse proxy.
http://<vm-internal>:3001/api
Swagger
DESP Mock Swagger UI
Available internally on the VM only. Not exposed via the public reverse proxy.
http://<vm-internal>:3008/api
Mail
MailHog
Test SMTP server for onboarding email flows. Internal only.
http://<vm-internal>:8025