Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

## 🚀 Quickstart

Run `npm create onchain` to boostrap an example onchain app with all the batteries included.
Run `npm create onchain` to bootstrap an example onchain app with all the batteries included.

## ✨ Documentation

Expand Down
4 changes: 2 additions & 2 deletions packages/create-onchain/templates/minikit-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ bun install

2. Verify environment variables, these will be set up by the `npx create-onchain --mini` command:

You can regenerate the FARCASTER Account Assocation environment variables by running `npx create-onchain --manifest` in your project directory.
You can regenerate the FARCASTER Account Association environment variables by running `npx create-onchain --manifest` in your project directory.

The environment variables enable the following features:

- Frame metadata - Sets up the Frame Embed that will be shown when you cast your frame
- Account assocation - Allows users to add your frame to their account, enables notifications
- Account association - Allows users to add your frame to their account, enables notifications
- Redis API keys - Enable Webhooks and background notifications for your application by storing users notification details

```bash
Expand Down
4 changes: 2 additions & 2 deletions packages/create-onchain/templates/minikit-snake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ bun install

2. Verify environment variables, these will be set up by the `npx create-onchain --template=minikit-snake` command:

You can regenerate the FARCASTER Account Assocation environment variables by running `npx create-onchain --manifest` in your project directory.
You can regenerate the FARCASTER Account Association environment variables by running `npx create-onchain --manifest` in your project directory.

The environment variables enable the following features:

- Frame metadata - Sets up the Frame Embed that will be shown when you cast your frame
- Account assocation - Allows users to add your frame to their account, enables notifications
- Account association - Allows users to add your frame to their account, enables notifications
- Redis API keys - Enable Webhooks and background notifications for your application by storing users notification details

```bash
Expand Down
Loading