feat(examples): add a new AA example using ZK #10227
Open
+462
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change
Adds a new example for an Abstract IOTA Account backed by a Lean Incremental Merkle Tree (LeanIMT). A set of IOTA addresses are hashed with Poseidon and inserted into the tree. Any address in the tree can authenticate as the account by submitting a Groth16 zero-knowledge proof of membership.
Check https://github.com/miker83z/iota-lean-imt-account for the instructions and code on how to generate a new tree and proofs.
How the change has been tested