Canton network
C8 Wallet is built on Canton, a privacy-enabled blockchain designed for institutional finance.Rather than Ethereum-style addresses, Canton uses:
partyId— string identifier for a participant (account)instrumentId— string identifier for a tokenized asset
Popup + postMessage architecture
The SDK uses two channels to talk to the wallet, depending on the request type:window.postMessage
Interactive actions that require user consent, auth, or cryptographic signatures — e.g. connecting an account or signing a transaction.
HTTP API
Read-only data retrieval that does not require user intervention — e.g. fetching instruments or balances.
