Home

Awesome

StealthNote

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.

How to run

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
<br />

Building circuits

#PWD = circuits
nargo compile
<br />

Built with Noir.

Inspiration: https://www.nozee.xyz/