Skip to content

Pinata

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

Learn more about the Pinata Hub.

Import

import { pinata } from 'frog/hubs'
## Errors were thrown in the sample, but not included in an error tag These errors were not marked as being expected: 2305. Expected: // @errors: 2305 Compiler Errors: index.ts [2305] 9 - Module '"frog/_lib/hubs"' has no exported member 'pinata'.

Usage

import { Frog } from 'frog'
import { pinata } from 'frog/hubs'
 
export const app = new Frog({
  hub: pinata()
})