Welcome to the landing page for the Farcaster On-Chain Verification project, which ensures secure identity verification for Farcaster users participating in decentralized networks. Our goal is to help build a trusted, Sybil-resistant environment for the community.
First, clone the repository and navigate into the project directory:
git clone --depth=1 https://github.com/Farcaster-On-Chain-Verification/landing.git my-project-name
cd my-project-nameInstall the necessary dependencies:
npm installTo start the development server with live reload, run:
npm run devOpen http://localhost:3000 in your browser to view the project.
You can configure your environment variables in a .env file:
cp .env.example .envMake sure to set up the required variables in your .env file.
To create an optimized production build, run:
npm run build
npm run startIf you haven't installed the vercel CLI yet, install it first:
npm install -g vercelDeploy the project using Vercel:
vercel deploySet up your environment variables on Vercel either via the command line or the Vercel dashboard.
Licensed under the MIT License, © 2024
See LICENSE for more information.