Skip to content

farcasterxyz/fc-polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8be8d9a · Jul 18, 2024

History

38 Commits
Feb 2, 2024
Feb 2, 2024
Feb 2, 2024
Jan 24, 2024
Jan 26, 2024
Jul 18, 2024
Jan 25, 2024
May 10, 2024
May 10, 2024
Jan 23, 2024
Jan 23, 2024
Jan 23, 2024

Repository files navigation

Important

This minimal example demonstrates how to build a poll Frame without the use of a framework. If you're looking to build a Frame we recommend using frog or frames.js.

Farcaster Frames Poll app

A example Poll app using Farcaster Frames.

This example lets you create a poll and have users vote on it. The FrameAction is authenticated against a hub so the votes cannot be spoofed (if HUB_URL is provided), and the results are stored in a redis database.

Demo

Setup