For the complete documentation index, see llms.txt. This page is also available as Markdown.

Parties

The Parties page allows operators to look up Canton parties hosted on this validator's participant by ID prefix, or allocate a new party.

The Parties page provides access to Canton parties associated with this validator's participant node. Parties are the core on-ledger identities in Canton. They own contracts and participate in transactions. A participant node can host multiple parties.


Searching for Parties

Type at least 2 characters of a party ID prefix to search for matching local and remote parties known to this participant.

Results are not loaded automatically on page load. You must type a search query to begin. This is intentional — in production environments a participant may host a large number of parties, making a full list impractical to display.

[TODO: document what information is shown per party in the search results — e.g. party ID, local vs remote, display name]


Allocating a Party

The + Allocate party button in the top-right of the page to provision and create a new party on this participant. The Party ID hint is incorporated into the generated party ID.

[TODO: document the fields in the Allocate party dialog and any requirements or constraints on party allocation]

Choose a short, human-readable Party ID hint. Backend appends a hash for uniqueness.


Last updated

Was this helpful?