Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Can the namespace be configurable by Admin in Canton?Forum ↗

Can the namespace be configurable by Admin in Canton?

App Development2 posts179 viewsLast activity Mar 2022
DO
Dorrit_DuOP
Mar 2022

Hi Team,

Questions coming from client who is looking for way to set their naming standard in Canton - Can the Domain operator set the Naming Standard for Participant and Domain Nodes? Kindly point me to the correct docs if any. Many thanks!

RA
Ratko_Veprek
Mar 2022

Participant and domain nodes are identified using “unique identifiers”. Identity Management — Daml SDK 2.0.0 documentation

A unique identifier is the combination of a string you can choose freely and the fingerprint of a public key, which you by nature can not choose freely. By default, the node will auto-initialise the freely choosable part to the name you’ve used in the configuration file (example: canton.participants.dorrits_participant = {} will create an id dorrits_participant::)

I hope this answers your question!

← Back to Discussions