Getting Started

Request a Credential Service

via the UI

  1. Log in to the Utility UI https://<ingressHost.internal> with your user set up in Prerequisites

  2. Select the “Credential” module

  3. Press “REQUEST CREDENTIAL USER SERVICE”

Once these steps are complete, a request will appear in the corresponding DA Utility UI. To complete the onboarding, DA will have to approve the request.

via the API

If you did not deploy the UI, you can create a UserServiceRequest contract directly via the API, which is described in the Daml API Reference. It is important you set the Utility operator party correctly when creating the contract.

Guides and Examples

  • Utility Daml API Reference contains the API documentation for the credential models, credential app, registry models and the registry app, respectively.

  • Code examples using curl and TypeScript describe how to use the API in practice, containing examples both how to write (including explicit disclosure) and how to read.

  • Explore our tutorials to learn about different business flows and guided scenarios in the UI.

  • Additionally, read the user guides for the Credential Utility and Registry Utility to gain deeper insights into specific workflows and functionalities.