semaphore-protocol / semaphore

A zero-knowledge protocol for anonymous interactions.
https://semaphore.pse.dev
MIT License
887 stars 194 forks source link

Update parameters in `generateProof` in docs #686

Closed vplasencia closed 5 months ago

vplasencia commented 6 months ago

Description

Update a generateProof function parameters in the docs. It should be const proof = await generateProof(identity, group, message, scope) here: https://github.com/semaphore-protocol/semaphore/blob/main/apps/docs/versioned_docs/version-V4-beta/guides/proofs.mdx#L95