https://github.com/gskril/farcaster-recovery
A set of tools for managing your Farcaster account onchain
https://github.com/gskril/farcaster-recovery
farcaster
Last synced: about 1 year ago
JSON representation
A set of tools for managing your Farcaster account onchain
- Host: GitHub
- URL: https://github.com/gskril/farcaster-recovery
- Owner: gskril
- Created: 2023-07-09T13:24:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T15:31:27.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T18:52:49.629Z (about 1 year ago)
- Topics: farcaster
- Language: TypeScript
- Homepage: http://recover.fcstr.xyz
- Size: 92.8 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Farcaster FID Manager
A set of tools for managing your Farcaster account onchain.
## Installation
Clone the repository
```bash
git clone https://github.com/gskril/farcaster-recovery.git
cd farcaster-recovery
```
Install dependencies
```bash
yarn install
```
Create a `.env.local` file and enter your environment variables
```bash
cp .env.example .env.local
```
Start the dev server
```bash
yarn dev
```
Navigate to `http://localhost:3000` in your browser