Build On Farcaster is a week-long celebration for Content Creators and App Builders of all ages and experience levels β community warplets pool together and reward the TOP Farcaster contributors β payouts are 100% generated from on-chain voting by the Farcaster Leaderboard.
Here's A Brief Preview Of What To Expect At The Party
Farcaster Leaderboard Voting
The TOP 1000 from the latest Farcaster Leaderboard will vote on-chain to determine the Reward Payouts.
INSTANT Reward Payouts
The community directly contributes to the prize pool, with payouts beginning INSTANTLY following the end of the party.
Expert Mentorship
Each track offers a dedicated group of mentors to help you ship your next BIG dream project.
Powerful SDKs & Libraries
No matter what you preferred stack, we've got you 100% covered with dozens of boilerplate templates to choose from.
useEffect(() => { const load = async () => { const context = await sdk.context; setContext(context); setAdded(context.client.added); sdk.on("frameAdded", ({ notificationDetails }) => { setLastEvent( `frameAdded${!!notificationDetails ? ", notifications enabled" : ""}` ); setAdded(true); if (notificationDetails) { setNotificationDetails(notificationDetails); } }); sdk.on("frameAddRejected", ({ reason }) => { setLastEvent(`frameAddRejected, reason ${reason}`); }); sdk.on("frameRemoved", () => { setLastEvent("frameRemoved"); setAdded(false); setNotificationDetails(null); }); sdk.on("notificationsEnabled", ({ notificationDetails }) => { setLastEvent("notificationsEnabled"); setNotificationDetails(notificationDetails); }); sdk.on("notificationsDisabled", () => { setLastEvent("notificationsDisabled"); setNotificationDetails(null); }); sdk.on("primaryButtonClicked", () => { console.log("primaryButtonClicked"); }); console.log("Calling ready"); sdk.actions.ready({}); // Set up a MIPD Store, and request Providers. const store = createStore() })
Pre-Party
A showcase of ALL registered projects will be presented to our esteemed Guests in a LIVEstream event from the Warplet Party Frame.
Party Starts
Builders can officially begin posting commits to their new/existing repos. FC Leaderboard can begin voting on registered projects.
Party Ends
ALL voting officially ends; sponsors can NO longer withdraw their Party Tributes; Reward Payouts begin delivery per on-chain vote tallies.
After-Party
Track Award Bonuses and final point results will be posted online in our official channels; plus all remaining Payouts are delivered.
Have a different question and canβt find the answer youβre looking for? Reach out to our BDFL shomari.eth for direct support.
Our goal is to foster a fun and inspiring community of App Frame builders whom reliably earn a living Building on Farcaster.