Overview
Warpcast is a client for the Farcaster protocol, a decentralized social network. When posting to Warpcast, you can specify which channels to post to.The settings use
subreddit as the field name for historical reasons, but it refers to Farcaster channels.Settings Schema
Properties
| Property | Type | Required | Description |
|---|---|---|---|
__type | string | ✅ | Must be "warpcast" |
subreddit | array | ❌ | Array of channel targets |
subreddit[].value.id | string | ✅ | Channel ID |
Examples
Simple cast (no channel)
Cast to a specific channel
Cast to multiple channels
Cast with image
Notes
- Channel IDs are the names/slugs of Farcaster channels
- You can post without specifying channels (posts to your main feed)
- You can post to multiple channels simultaneously
- Images are supported and will be displayed as embeds
