'Superhuman for Farcaster' = keyboard-first. support for multiple accounts and switching channels. cmd + k (command palette) to control everything.
a protocol for decentralized social apps: https://www.farcaster.xyz
- Clone the repo
- Install Supabase CLI:
e.g. for MacOS withbrew install supabase/tap/supabase - Install dependencies
yarn install - Create a file
.env.development.local - Get the details you need for the file
a. get a Neynar API key https://docs.neynar.com/docs ->NEXT_PUBLIC_NEYNAR_API_KEY
b. get an Alchemy API key https://www.alchemy.com ->NEXT_PUBLIC_ALCHEMY_API_KEY
c. get your Farcaster account FID and mnemoic ->NEXT_PUBLIC_APP_FID+NEXT_PUBLIC_APP_MNENOMIC
d. launch local copy of Supabase withsupabase start, use the info provided ->
API URL:NEXT_PUBLIC_SUPABASE_URL+anon key:NEXT_PUBLIC_SUPABASE_ANON_KEY
...coming back soon via tauri...
reminder: key is an edcsa key not a 'normal' EVM address