Warplet Party

Noobz & Gurus #BUIDL App Frames for $TOKEN Rewards

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.

App screenshot
Transistor Reform Tuple SavvyCal Statamic

Building On Farcaster

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.

page.ts
App.jsx
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.

Frequently asked questions

Have a different question and can’t find the answer you’re looking for? Reach out to our BDFL shomari.eth for direct support.

How long does this party last?
Exactly 7 days, starting at 00:00 Monday morning, until 23:59 Sunday night.

Dream BIG or Go Home

Our goal is to foster a fun and inspiring community of App Frame builders whom reliably earn a living Building on Farcaster.

  • INSTANT Reward Payouts
  • 100% Community Sponsored
  • DAILY Airdrops for Guests
  • Both New & Existing Projects
  • Side Quests for Creators
  • Transparent, On-chain Voting