will need to: 1. create nullifiers, roots... tables see [yeap tables](https://github.com/sripwoud/yeap/tree/main/supabase/migrations), [bandada boilerplate](https://github.com/bandada-infra/boilerplate?tab=readme-ov-file#creating-tables) 2. on proof verification (see [yeap](https://github.com/sripwoud/yeap/blob/5609a07900981f29a6ef9b7bc3b014009b525aac/apps/server/src/feedbacks/feedbacks.service.ts#L23-L33)) 1. Check that nullifier wasn't already used 2. Check that the group root has not changed or that is has not expired 3. Verify proof: use https://github.com/adria0/semaphore-rs-backend 4. Insert nullifier in nullifier table