This app helps you manage your Farcaster signers. Features include:
- View apps that have signers for your account
- Backup messages for signers
- Consolidate messages for signers for a single app
- Delete signers
- Create local signers to migrate to (stored in browser
localStorage
) - Migrate backup archives to a new local signer
- Clone the repo
- Copy the
.env.sample
file to.env
and fill in the values - Run
npm run dev
- Open your browser to
http://localhost:3000