From 3c4b6aa7d8a161ce62b8b0b691053232fda1e510 Mon Sep 17 00:00:00 2001 From: 8bitpal Date: Tue, 4 Aug 2026 12:46:22 +0200 Subject: [PATCH] Add missing link to party onboarding instructions The Canton Network Overview page referenced onboarding instructions with a dangling "found here" and no href. Link to the Wallet SDK guide that covers the actual topology-transaction steps. Signed-off-by: 8bitpal --- .../wallets-and-exchanges/canton-network-overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-main/integrations/wallets-and-exchanges/canton-network-overview.mdx b/docs-main/integrations/wallets-and-exchanges/canton-network-overview.mdx index 3562313cb..ee1fc58f9 100644 --- a/docs-main/integrations/wallets-and-exchanges/canton-network-overview.mdx +++ b/docs-main/integrations/wallets-and-exchanges/canton-network-overview.mdx @@ -53,7 +53,7 @@ Parties are formatted as `name::fingerprint`. The party name or hint is freely c If you want to be able to derive your Party IDs from the public key, you can either use a static Party Name, and therefore derive the key from the fingerprint, or derive Party Name from the public key, too. -To use a party, you must **onboard** it by submitting a topology transaction that authorizes a node to host it. The designated node must then submit a matching transaction to officially accept the hosting request. Instructions on how to do that can be found here. +To use a party, you must **onboard** it by submitting a topology transaction that authorizes a node to host it. The designated node must then submit a matching transaction to officially accept the hosting request. See [Creating an External Party](/sdks-tools/sdks/wallet-sdk/guides/creating-an-external-party) for step-by-step instructions. #### Party Hosting