Skip to content

Add Openfort signer guide for Smart Accounts Kit#2956

Open
joalavedra wants to merge 1 commit into
MetaMask:mainfrom
joalavedra:2955-add-openfort-signer-guide
Open

Add Openfort signer guide for Smart Accounts Kit#2956
joalavedra wants to merge 1 commit into
MetaMask:mainfrom
joalavedra:2955-add-openfort-signer-guide

Conversation

@joalavedra

@joalavedra joalavedra commented Jun 10, 2026

Copy link
Copy Markdown

Description

Adds a "Use Openfort with MetaMask Smart Accounts" guide to the Configure signers section of the Smart Accounts Kit docs, following the structure of the existing Privy and Dynamic guides.

Openfort provides embedded wallets with social, email, and passkey sign-in via the @openfort/react SDK. Configured with accountType: AccountTypeEnum.EOA, the embedded wallet is an EOA that works as a smart account signer through the standard Wagmi Wallet Client — step 3 (toMetaMaskSmartAccount) is identical to the Privy and Dynamic guides.

Changes:

  • New page smart-accounts-kit/guides/smart-accounts/signers/openfort.md (and the same page in gator_versioned_docs/version-1.6.0/, since the existing signer guides are identical in both).
  • Adds Openfort to the signers index card list and keywords (both versions).
  • Adds the sidebar entry in gator-sidebar.js and gator_versioned_sidebars/version-1.6.0-sidebars.json.

Code samples are written against current SDK versions (@openfort/react@1.1.1, wagmi 3.x, viem 2.x) and verified against working integrations. Prettier passes on all changed files.

Disclosure: I'm a founder at Openfort and happy to keep this guide up to date as the SDK evolves.

Issue(s) fixed

Fixes #2955

Preview

  • /smart-accounts-kit/guides/smart-accounts/signers/openfort (and /smart-accounts-kit/development/guides/smart-accounts/signers/openfort)

Checklist

  • If this PR updates or adds documentation content that changes or adds technical meaning, it has received an approval from an engineer or DevRel from the relevant team.
  • If this PR updates or adds documentation content, it has received an approval from a technical writer.

External contributor checklist

  • I've read the contribution guidelines.
  • I've created a new issue (or assigned myself to an existing issue) describing what this PR addresses.

🤖 Generated with Claude Code


Note

Low Risk
Documentation-only additions with no application or SDK code changes.

Overview
Adds Openfort as a documented signer option in the Smart Accounts Kit Configure signers section.

A new guide (openfort.md) walks through installing @openfort/react, wiring OpenfortProvider + OpenfortWagmiBridge with Wagmi (AccountTypeEnum.EOA), and creating a smart account via toMetaMaskSmartAccount with the Wagmi wallet client—the same pattern as the Privy and Dynamic guides. The signers index gains an Openfort card and keyword; gator-sidebar.js and the 1.6.0 versioned sidebar/index are updated in parallel so both doc trees stay aligned.

Reviewed by Cursor Bugbot for commit 1eeeafd. Bugbot is set up for automated code reviews on this repo. Configure here.

Adds a Configure signers guide for using Openfort embedded wallets
(EOA account type) as a MetaMask smart account signer, mirroring the
existing Privy and Dynamic guides. Updates the signers index card
list and sidebar in both the development docs and version 1.6.0.

Fixes MetaMask#2955

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@joalavedra joalavedra requested review from a team as code owners June 10, 2026 19:25
@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

@joalavedra is attempting to deploy a commit to the Consensys Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Openfort signer guide to Smart Accounts Kit docs

1 participant