Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pinata Hub to List of Hubs #77

Closed
wants to merge 1 commit into from
Closed
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
20 changes: 20 additions & 0 deletions site/pages/hubs/pinata.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Pinata

Pinata provides a free to use Farcaster Hub that you can use inside of Frog.

## Usage

Since the Pinata Hub is free to use there is no required auth, simply supply the Hub API `hub.pinata.cloud` in the Frog app initialization.

```tsx twoslash
// @noErrors
/** @jsxImportSource frog/jsx */
// ---cut---
import { Frog } from 'frog'

export const app = new Frog({
hub: { apiUrl: 'hub.pinata.cloud' }
})
```

[Learn more about the Pinata Hub as well as the Hub API](https://docs.pinata.cloud/farcaster/hubs)
Loading