Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farcaster-on-chain-verification/attestation-server

Attest Farcaster accounts using Ethereum's Attestation Service on Arbitrum One
https://github.com/farcaster-on-chain-verification/attestation-server

Last synced: about 1 month ago
JSON representation

Attest Farcaster accounts using Ethereum's Attestation Service on Arbitrum One

Awesome Lists containing this project

README

        

# attestation-server

Attest to Farcaster with [EAS](https://attest.sh/) using Vercel Serverless Functions with Node.js (without Next.js).

## Getting Started

You should install `vercel` CLI, if you haven't installed yet.

### Setup

```bash
npm install
```

When you run `npm start` for the first time, a prompt for vercel project settings should appear, so please configure it.

### Deploy

```bash
vercel deploy
```

## Environment Variables

You can use `.env` file locally.

```
cp .env.example .env
```

In production, you should set environment variables via `vercel env` command, or on dashboard.