0.1.6 • Published 11 months ago

@goat-sdk/plugin-farcaster v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Farcaster GOAT Plugin

Farcaster plugin for Goat. Allows you to create tools for interacting with the Farcaster social protocol through the Neynar API.

Installation

npm install @goat-sdk/plugin-farcaster
yarn add @goat-sdk/plugin-farcaster
pnpm add @goat-sdk/plugin-farcaster

Usage

import { farcaster } from "@goat-sdk/plugin-farcaster";

const plugin = farcaster({ 
    apiKey: process.env.NEYNAR_API_KEY 
});

Tools

  • 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
0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

12 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago