Use this file to discover all available pages before exploring further.
Install the widget library and its peer dependencies, then configure providers based on your integration mode. Both Passkey Signing and Metadata Mode start with the same base install.
Passkey Signing is for integrators using Relayer’s managed wallet stack. Each integrator gets a dedicated wallet workspace with passkey-based signing.
In addition to the base packages, Passkey Signing integrators should be aware that:
The widget handles passkey prompts internally — no additional signing SDK install is needed in your frontend
Your users will see a biometric prompt (Face ID, fingerprint, security key) when signing transactions
Wallet creation and passkey registration are handled through the Relayer API and dashboard
Proceed to the wagmi configuration below — the Widget component manages the signing flow automatically.
Metadata Mode is for integrators who bring their own wallet stack (MPC, HSM, MetaMask, WalletConnect, or any EVM-compatible signer).
No additional packages are needed beyond the base install. In Metadata Mode:
The widget requests routing and calldata from the Relayer API
Your application receives the transaction metadata
You build, sign, and broadcast using your own wallet stack
The wagmi configuration below is still recommended for chain management and provider connectivity, but transaction signing is handled by your infrastructure.