Skip to content

Commit 5dc62c9

Browse files
authored
rm st1 (#1225)
* rm st1 * rm st1
1 parent 6778c07 commit 5dc62c9

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

docs/mini-apps/quickstart/migrate-to-standard-web-app.mdx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ Your app uses the Farcaster SDK. The migration replaces Farcaster-specific auth,
3939

4040

4141
<Steps>
42-
<Step title="Remove the Farcaster SDK">
43-
Uninstall all Farcaster SDK packages and remove their imports, providers, and any FID-based logic from your codebase:
44-
45-
```bash Terminal
46-
npm uninstall @farcaster/frame-sdk @farcaster/frame-wagmi-connector
47-
```
48-
49-
Delete `/.well-known/farcaster.json` and any manifest-serving route if you have one. Remove `sdk.actions.*`.
50-
</Step>
5142

5243
<Step title="Add the standard web stack">
5344
Install wagmi, viem, and React Query if you don't have them already:
@@ -170,8 +161,8 @@ Your app uses the Farcaster SDK. The migration replaces Farcaster-specific auth,
170161
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.
171162
</Step>
172163

173-
<Step title="Replace deprecated SDK methods">
174-
See the [deprecated methods table](#deprecated-farcaster-sdk-methods-in-the-base-app) for the standard web equivalent of each Farcaster SDK call.
164+
<Step title="Review SDK method compatibility">
165+
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.
175166
</Step>
176167

177168
<Step title="Migrate notifications to Base.dev">

0 commit comments

Comments
 (0)