Farcaster plugin for Goat. Allows you to create tools for interacting with the Farcaster social protocol through the Neynar API.
npm install @goat-sdk/plugin-farcaster
yarn add @goat-sdk/plugin-farcaster
pnpm add @goat-sdk/plugin-farcaster
import { farcaster } from "@goat-sdk/plugin-farcaster";
const plugin = farcaster({
apiKey: process.env.NEYNAR_API_KEY
});
- Full Farcaster protocol support through Neynar API
- Cast creation and interaction
- Thread and conversation management
- Search functionality
- Authentication via Signer UUID
- Proper error handling
- TypeScript support with complete type definitions