- Overview
- Setup
- Tutorials
- How Tos
- Reference
- DAR Versions
- API Reference
- Commercials API
- Credential API
- Registry API
- Utility.Registry
- Utility.Registry.V0.Configuration.AppReward
- Utility.Registry.V0.Configuration.Instrument
- Utility.Registry.V0.Holding.Allocation
- Utility.Registry.V0.Holding.Burn
- Utility.Registry.V0.Holding.Lock
- Utility.Registry.V0.Holding.Mint
- Utility.Registry.V0.Holding.Transfer
- Utility.Registry.V0.Holding.Unlock
- Utility.Registry.V0.Rule.Transfer
- Utility.Registry.V0.Types
- Utility.Registry.V0.Util
- Utility.Registry.App
- Utility.Holding
- Utility.Registry
- Settlement Utility API
- Collateral Utility API
- Operator Backend API
Getting Started¶
Request a Credential Service¶
via the UI¶
Log in to the Utility UI
https://<ingressHost.internal>
with your user set up in PrerequisitesSelect the “Credential” module
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.