Socket
Socket
Sign inDemoInstall

@big-whale-labs/botcaster

Package Overview
Dependencies
124
Maintainers
10
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @big-whale-labs/botcaster

Farcaster bot framework


Version published
Maintainers
10
Created

Readme

Source

Botcaster

Farcaster bot framework.

Installation

  1. Add Botcaster with yarn add @big-whale-labs/botcaster
  2. Use the framework in the following way:
import { startPolling } from '@big-whale-labs/botcaster'

const farcasterAddress = '0x143979b5E07138b5555001fF34474cFFDf6E97FB'
startPolling(farcasterAddress, (notification) => {
  console.log(notification)
})

And you should be good to go! Feel free to fork and submit pull requests.

FAQs

Last updated on 29 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc