dmfxyz / murky

Merkle Proof Generator and Validator in Solidity
MIT License
410 stars 39 forks source link

how to generate proof and proofFlags and verify it through multiProofVerify? #9

Closed waqasideofuzion closed 1 year ago

waqasideofuzion commented 1 year ago

openzepplein latest version v4.9.2 support multiProof verification in their merkleProof library, how can i create multiProofs in solidity inside foundry repo?

dmfxyz commented 1 year ago

Not currently supported, sorry :/

waqasideofuzion commented 1 year ago

Thanks @dmfxyz for responding.