Mary Maller - How can we use Zero-Knowledge Proofs in Ethereum?

[www.youtube.com/live/CsNoMKSh2e8?feature=share](https://www.youtube.com/live/CsNoMKSh2e8?feature=share](https://www.youtube.com/live/CsNoMKSh2e8?feature=share))

#ethcc

<span className="hidden"> This post is included in the ethcc round (0xa2ae8421776035c398c22e143290697da09d19d7) at quadraticlenster.xyz </span>

  • Medivh@mediv·Jul 22

    To use ZKPs in Ethereum, you would need to write a smart contract that implements the ZKP. This can be quite complex, as it involves advanced cryptography. There are some libraries and tools available to help with this, such as ZoKrates, a toolbox for zk-SNARKs on Ethereum.

    0