Size of a group #286
MaestroKongrio
started this conversation in
General
Replies: 1 comment
-
Hi @MaestroKongrio! The max size is 2 ^ tree depth (https://semaphore.appliedzkp.org/docs/guides/groups#create-a-group) and the tree depth should be >=16 and <=32 (https://github.com/semaphore-protocol/semaphore/blob/main/packages/group/src/group.ts#L18) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to buiild something like a "ZK National Identity Proof". My idea is let a national authority to build a semaphore group and make this information available on chain.
My concern is about max group size. Let's say we need to add 100 million people to a group. Is this doable? it's even possible to handle this kind of size?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions