Send Connect

Canton Network, in your browser.

The wallet extension that connects you to Canton dApps. One click to install. Passkey to sign.

For Developers

Integrate in minutes. Ship in an afternoon.

The open-source @sigilry/dapp SDK gives you everything to detect Send Connect, sign with passkeys, and submit to Canton.

// Detect Send Connect
window.addEventListener('canton:announceProvider', (e) => {
// e.detail = { id, name, icon, target }
})
window.dispatchEvent(new Event('canton:requestProvider'))
 
// Connect and sign
await window.canton.request({ method: 'connect' })
Sigilry

Send Connect is built on open standards. The wallet RPC, schemas, and SDK live under Sigilry — neutral, open-source, and usable by any Canton wallet. Send Connect is one implementation. Sigilry is the standard.