Description
The Configure signers section of the Smart Accounts Kit docs has guides for using third-party embedded wallet providers (Privy, Dynamic) as smart account signers. I'd like to add an equivalent guide for Openfort.
Openfort provides embedded wallets with social/email/passkey sign-in via the @openfort/react SDK. Configured with accountType: EOA, the embedded wallet works as a signer for MetaMask Smart Accounts through the standard Wagmi Wallet Client — the same pattern as the existing Privy guide.
Proposed change
- New page
smart-accounts-kit/guides/smart-accounts/signers/openfort.md, following the structure of privy.md: prerequisites, install, provider setup (Openfort + Wagmi), then toMetaMaskSmartAccount with the Wagmi Wallet Client as signer.
- Add Openfort to the signers index card list and to
gator-sidebar.js.
Disclosure: I'm a founder at Openfort. Happy to write the PR and keep the guide up to date — assigning myself per the contribution workflow (or please assign me, since external contributors can't self-assign).
Description
The Configure signers section of the Smart Accounts Kit docs has guides for using third-party embedded wallet providers (Privy, Dynamic) as smart account signers. I'd like to add an equivalent guide for Openfort.
Openfort provides embedded wallets with social/email/passkey sign-in via the
@openfort/reactSDK. Configured withaccountType: EOA, the embedded wallet works as a signer for MetaMask Smart Accounts through the standard Wagmi Wallet Client — the same pattern as the existing Privy guide.Proposed change
smart-accounts-kit/guides/smart-accounts/signers/openfort.md, following the structure ofprivy.md: prerequisites, install, provider setup (Openfort + Wagmi), thentoMetaMaskSmartAccountwith the Wagmi Wallet Client as signer.gator-sidebar.js.Disclosure: I'm a founder at Openfort. Happy to write the PR and keep the guide up to date — assigning myself per the contribution workflow (or please assign me, since external contributors can't self-assign).