Skip to content
Merged

rm st1 #1225

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions docs/mini-apps/quickstart/migrate-to-standard-web-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ Your app uses the Farcaster SDK. The migration replaces Farcaster-specific auth,


<Steps>
<Step title="Remove the Farcaster SDK">
Uninstall all Farcaster SDK packages and remove their imports, providers, and any FID-based logic from your codebase:

```bash Terminal
npm uninstall @farcaster/frame-sdk @farcaster/frame-wagmi-connector
```

Delete `/.well-known/farcaster.json` and any manifest-serving route if you have one. Remove `sdk.actions.*`.
</Step>

<Step title="Add the standard web stack">
Install wagmi, viem, and React Query if you don't have them already:
Expand Down Expand Up @@ -170,8 +161,8 @@ Your app uses the Farcaster SDK. The migration replaces Farcaster-specific auth,
Use `useAccount` from wagmi to read the connected wallet address as the user's identity and guard SIWE execution until the wallet and chain are available.
</Step>

<Step title="Replace deprecated SDK methods">
See the [deprecated methods table](#deprecated-farcaster-sdk-methods-in-the-base-app) for the standard web equivalent of each Farcaster SDK call.
<Step title="Review SDK method compatibility">
See the [compatibility table](#deprecated-farcaster-sdk-methods-in-the-base-app) for what will and won't work in the Base app, along with standard web alternatives.
</Step>

<Step title="Migrate notifications to Base.dev">
Expand Down
Loading