matter-labs / bellman

Bellman zkSNARK library for community with Ethereum's BN256 support
https://matter-labs.io
Other
160 stars 79 forks source link

how to read snarkjs generated proof.json file? #44

Open howjmay opened 2 years ago

howjmay commented 2 years ago

I am trying to verify the result with snarkjs generated files (proof.json, public.json and verfication_key.json). But I didn't see any example for it. How to achieve this?