StealthNote is an application for people in an organization to anonymously broadcast messages.
We use Zero Knowledge Proofs to prove that you are part of an organization by verifying JWT token generated for your Google Workspace account.
Try it out at stealthnote.xyz.
Set your environment variables:
# Supabase credentials
SUPABASE_URL=
SUPABASE_SERVICE_ROLE_KEY=
# Google Client ID
NEXT_PUBLIC_GOOGLE_CLIENT_ID=
Run below commands to start the Next.js app:
#PWD = app
yarn
yarn dev
nargo version 0.38.0
bb version 0.61.0
#PWD = circuits
./build.sh
Built with Noir.