/farcaster-cast

Primary LanguageTypeScriptMIT LicenseMIT

Farcaster Casting Only Electron App

Description

Farcaster Casting Only Electron App is a custom-built desktop application designed for casting content to Farcaster. It can cast to farcaster directly using privy and neynar.

image

Demo

https://www.youtube.com/watch?v=DqjA8gQ7jhA

Features

  • Casting to farcaster
  • Casting to multiple channel or cast id at the same time

Usage

# install
$ git clone https://github.com/koisose/farcaster-cast && cd farcaster-cast && yarn

# develop your app
$ yarn dev

# build
$ yarn build

# create executable file for distribution (note: be sure you build first)
$ yarn package