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-name
Install the necessary dependencies:
npm install
To start the development server with live reload, run:
npm run dev
Open http://localhost:3000 in your browser to view the project.
You can configure your environment variables in a .env
file:
cp .env.example .env
Make sure to set up the required variables in your .env
file.
To create an optimized production build, run:
npm run build
npm run start
If you haven't installed the vercel
CLI yet, install it first:
npm install -g vercel
Deploy the project using Vercel:
vercel deploy
Set 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.