Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/farcaster-on-chain-verification/attestation-server
- Owner: Farcaster-On-Chain-Verification
- License: mit
- Created: 2024-04-01T11:47:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T12:21:00.000Z (8 months ago)
- Last Synced: 2024-04-20T13:52:03.324Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.