privy-io / farcaster-demo

Login and write to Farcaster using Privy

Home Page:https://farcaster-demo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Privy Farcaster Demo

This is a simple demo using Privy to login and write with Farcaster.

Documentation

Integrate Farcaster login with Privy by following this guide. To enable your users to write to their Farcaster account, please refer to the Privy Farcaster Write documentation.

Run this demo locally

# Clone repo
git clone git@github.com:privy-io/farcaster-demo.git
cd farcaster-demo

# Create .env.local file from example, filling in your Privy App ID.
cp .env.example.local .env.local

# Install dependencies
npm i

# Start the demo
npm run dev

About

Login and write to Farcaster using Privy

https://farcaster-demo.vercel.app


Languages

Language:TypeScript 87.8%Language:JavaScript 9.4%Language:CSS 2.7%