Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@big-whale-labs/botcaster

Package Overview
Dependencies
7
Maintainers
9
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
Weekly downloads
14
increased by600%
Maintainers
9
Created
Weekly downloads
 

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 '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 28 Oct 2022

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