Add comprehensive documentation for Canton wallet initialization transactions#8183
Draft
Add comprehensive documentation for Canton wallet initialization transactions#8183
Conversation
Co-authored-by: mohammadalfaiyazbitgo <101133667+mohammadalfaiyazbitgo@users.noreply.github.com>
Co-authored-by: mohammadalfaiyazbitgo <101133667+mohammadalfaiyazbitgo@users.noreply.github.com>
Co-authored-by: mohammadalfaiyazbitgo <101133667+mohammadalfaiyazbitgo@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Explain Canton wallet initialization transaction
Add comprehensive documentation for Canton wallet initialization transactions
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Canton requires a mandatory wallet initialization transaction before wallets can send or receive assets. This party registration process differs fundamentally from traditional address derivation and was previously undocumented.
Changes
Documentation Added
docs/WALLET_INITIALIZATION.md: Complete technical guide covering:docs/WALLET_INITIALIZATION_QUICK_REF.md: Reference sheet with:docs/WALLET_INITIALIZATION_FLOW.md: Visual ASCII diagrams illustrating:README.md: Added documentation links and Canton feature overviewTechnical Details
The hash validation is critical for security. Canton uses purpose-prefixed SHA-256:
Key constant corrections:
PUBLIC_KEY_SPEC:SIGNING_KEY_SPEC_EC_CURVE25519(notED25519)🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.