Live Now
Where you can use Send Connect today.
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' })
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.