Skip to content

StealthNote is an application for people in an organization to anonymously broadcast messages.

Notifications You must be signed in to change notification settings

saleel/stealthnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Try it out at stealthnote.xyz.

Run locally

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

Building circuits

nargo version 0.38.0
bb version 0.61.0
#PWD = circuits
./build.sh

Built with Noir.

Inspired by Blind, Nozee.

About

StealthNote is an application for people in an organization to anonymously broadcast messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published