Skip to content

Farcaster-On-Chain-Verification/landing

 
 

Repository files navigation

Farcaster On-Chain Verification Landing Page

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.

Getting Started

Setup

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

Running the Development Server

To start the development server with live reload, run:

npm run dev

Open http://localhost:3000 in your browser to view the project.

Environment Variables

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.

Deployment

Build for Production

To create an optimized production build, run:

npm run build
npm run start

Deploy with Vercel

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.

License

Licensed under the MIT License, © 2024

See LICENSE for more information.

About

Landing page for Farcaster Onchain Verification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.3%
  • JavaScript 9.6%
  • Other 1.1%