Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/match creation #7

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Farcaster Frames Poll app
# Farcaster Frames Match attestation app

A example Poll app using [Farcaster Frames](https://warpcast.notion.site/Farcaster-Frames-4bd47fe97dc74a42a48d3a234636d8c5).
The Match attestation app using [Farcaster Frames](https://warpcast.notion.site/Farcaster-Frames-4bd47fe97dc74a42a48d3a234636d8c5).

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.
// TODO: Description


## Demo

- [https://fc-polls.vercel.app/](https://fc-polls.vercel.app/)
- // TODO: Demo url


## Setup
Expand Down
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ export default async function Page() {
<VercelLogo className="h-8 sm:h-16 invert p-3 mb-1" />
</div>
<h1 className="text-lg sm:text-2xl font-bold mb-2">
Farcaster Polls
Farcaster Match attestation
</h1>
<h2 className="text-md sm:text-xl mx-4">
Create a new poll with upto 4 options
Create a new Match with upto 20 people / teams
</h2>
<div className="flex flex-wrap items-center justify-around max-w-4xl my-8 sm:w-full bg-white rounded-md shadow-xl h-full border border-gray-100">
<PollCreateForm />
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.