We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a user registers by calling the api/register endpoint they should make a zk proof that would set the leaf at their address index to 1.
api/register
Only the from root and to root will be public.
A queue will have to be created to avoid users registering at the same time and having transactions be reverted.
Attester stores root and verifies proofs that update it.
(this issue will include initial set up for circuits including necessary javascript libraries etc.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a user registers by calling the
api/register
endpoint they should make a zk proof that would set the leaf at their address index to 1.Only the from root and to root will be public.
A queue will have to be created to avoid users registering at the same time and having transactions be reverted.
Attester stores root and verifies proofs that update it.
(this issue will include initial set up for circuits including necessary javascript libraries etc.)
The text was updated successfully, but these errors were encountered: