Skip to content

EUDIW Playground

Welcome to the EUDIW Playground, a safe, isolated environment for experimenting with wallet and relying party (RP) integrations before you promote changes to production. Everything here is built for short feedback loops and repeatable tests with synthetic identities only.

What you get

  • Stable sandbox endpoints for RP verification and wallet interactions
  • Curated interface pages with payload expectations, test tips, and example calls
  • Support for iterative testing (rotate credentials, replay runs, capture logs)
  • Documentation that stays close to the flows you will actually run

Quick start (Getting Started)

  1. Request access with your team name, contact email, and intended test scope.
  2. Store issued secrets as environment variables (never in source control).
  3. Whitelist redirect URIs with support, then verify connectivity with a simple curl to your target endpoint.
  4. Run a first wallet or API verification flow using playground credentials and synthetic identities.
  5. If you hit errors, log the status code plus body, then check the relevant interface page.

Full details live in getting-started/index.md.

How to use this site

  1. Start with Getting Started to secure access, credentials, and basic tooling.
  2. Pick an RP under RP Interfaces and follow the request/response guidance.
  3. Use Wallet Interfaces to understand wallet-side behavior and debugging tips.
  4. If anything is unclear or fails, jump to Support for FAQs and escalation paths.

Guardrails

  • No production or personal data; only synthetic identities are allowed.
  • Secrets provided for the playground stay scoped to this environment.
  • Flows may be reset between test windows; persist what you need in your own logs.