Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.18 KB

herocast

build herocast_cartridge_landscape

'Superhuman for Farcaster' = keyboard-first. support for multiple accounts and switching channels. cmd + k (command palette) to control everything.

What is Farcaster?

a protocol for decentralized social apps: https://www.farcaster.xyz

🏗️ Dev Setup

Local setup

  • Install Supabase CLI https://github.com/supabase/cli
    • e.g. for MacOS with brew install supabase/tap/supabase

install dependencies

yarn install

run as website

yarn dev

run local DB in Docker

supabase db start

run as native app

...coming back soon via tauri...

DB scheme: accounts

reminder: key is an edcsa key not a 'normal' EVM address