Skip to content

Commit 82db5da

Browse files
committed
removed frames language
1 parent 72eed37 commit 82db5da

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/base-app/build-with-minikit/overview.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ MiniKit is easiest way to build Mini Apps on Base, allowing developers to easily
1313

1414
## Why MiniKit?
1515

16-
MiniKit streamlines mini-app development by providing a comprehensive toolkit that makes complex Frames SDK interactions intuitive:
16+
MiniKit streamlines mini-app development by providing a comprehensive toolkit that makes complex Farcaster SDK interactions intuitive:
1717

1818
<CardGroup cols={2}>
1919
<Card title="Simplified Development" icon="code">
20-
Build apps with minimal knowledge of the Frames SDK
20+
Build apps with minimal knowledge of the Farcaster SDK
2121
</Card>
2222

2323
<Card title="Coinbase Wallet Integration" icon="wallet">
@@ -78,7 +78,7 @@ Create a demo app showcasing onchain abilities using OnchainKit
7878
After running the command, follow the prompts to configure your project.
7979

8080
<Info>
81-
We recommend using [Vercel](https://vercel.com) to deploy your MiniKit app, as it integrates seamlessly with the upstash/redis backend required for frames, webhooks, and notifications. The CLI will guide you through setting up the necessary environment variables for your Redis database.
81+
We recommend using [Vercel](https://vercel.com) to deploy your MiniKit app, as it integrates seamlessly with the upstash/redis backend required for webhooks, and notifications. The CLI will guide you through setting up the necessary environment variables for your Redis database.
8282
</Info>
8383

8484
## Provider
@@ -116,7 +116,7 @@ Optional URL to override the default `/api/notification` proxy
116116
All props from `OnchainKitProvider` are also supported
117117
</ParamField>
118118

119-
The provider sets up wagmi and react-query providers automatically. It configures connectors to use the Farcaster connector if `sdk.context` is set, with a fallback to CoinbaseWallet. This allows the same application to run both in frames and as a standalone application.
119+
The provider sets up wagmi and react-query providers automatically. It configures connectors to use the Farcaster connector if `sdk.context` is set, with a fallback to CoinbaseWallet. This allows the same application to run both as a Mini App and as a standalone application.
120120

121121
## Hooks
122122

@@ -161,7 +161,7 @@ The notification proxy URL
161161

162162
### useAddFrame
163163

164-
This hook adds a frame to the user's list of frames and returns notification details.
164+
This hook adds a Mini App to the user's list of Mini Apps and returns notification details.
165165

166166
```tsx
167167
const addFrame = useAddFrame();
@@ -374,10 +374,10 @@ The CLI creates an application with:
374374

375375
<AccordionGroup>
376376
<Accordion title="Frontend and Backend Integration">
377-
Complete setup for adding frames, webhooks, and notifications using upstash/redis for data storage (compatible with Vercel). Requires users to sign up for an upstash/redis account and add their key and URL to the .env file.
377+
Complete setup for adding Mini Apps, webhooks, and notifications using upstash/redis for data storage (compatible with Vercel). Requires users to sign up for an upstash/redis account and add their key and URL to the .env file.
378378

379379
<Info>
380-
The CLI creates both frontend and backend components to support adding frames, webhooks, and notifications. While a frontend-only option was considered, the ability to add frames and handle notifications requires backend support. If you don't need these features, you can easily remove the database and related routes after project creation.
380+
The CLI creates both frontend and backend components to support adding Mini Apps, webhooks, and notifications. While a frontend-only option was considered, the ability to add Mini Apps and handle notifications requires backend support. If you don't need these features, you can easily remove the database and related routes after project creation.
381381
</Info>
382382
</Accordion>
383383

docs/base-app/build-with-minikit/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Before you begin developing with MiniKit, you'll need:
1515

1616
## What is a Mini App?
1717

18-
A mini app is a lightweight web app that runs directly inside [Farcaster Frames](https://docs.farcaster.xyz/developers/frames/v2/), without needing to open a browser or download anything. Built using familiar tools like Next.js and minikit, mini apps behave just like normal apps — but launch instantly from posts, making them feel native to the Farcaster experience.
18+
A mini app is a lightweight web app that runs directly inside [Farcaster](https://docs.farcaster.xyz/developers/frames/v2/), without needing to open a browser or download anything. Built using familiar tools like Next.js and minikit, mini apps behave just like normal apps — but launch instantly from posts, making them feel native to the Farcaster experience.
1919

2020
## Initial Setup
2121

@@ -30,7 +30,7 @@ npx create-onchain --mini
3030
You can get a CDP API key by going to the [CDP Portal](https://www.coinbase.com/developer-platform) and navigating API Keys → Client API Key.
3131
</Step>
3232

33-
<Step title="Skip Frames Account Manifest Setup">
33+
<Step title="Skip Mini App Account Manifest Setup">
3434
You will be asked if you'd like to set up your manifest. You can skip the manifest setup step as we'll handle that separately once we know our project's URL.
3535
</Step>
3636

@@ -51,7 +51,7 @@ These docs are LLM-friendly—reference [llms.txt](https://docs.base.org/base-ap
5151

5252
To test your Mini App in Farcaster, you'll need a live URL.
5353

54-
We recommend using [Vercel](https://vercel.com) to deploy your MiniKit app, as it integrates seamlessly with the upstash/redis backend required for stateful frames, webhooks, and notifications.
54+
We recommend using [Vercel](https://vercel.com) to deploy your MiniKit app, as it integrates seamlessly with the upstash/redis backend required for stateful Mini Apps, webhooks, and notifications.
5555

5656
Alternatively, you can use ngrok to tunnel your localhost to a live url.
5757

0 commit comments

Comments
 (0)