I’ve been building Privacy Protocol — a set of toolkits with reusable Solidity contracts and TypeScript SDKs that combine ZK (with Noir @aztecnetwork ) and FHE (with Zama @zama ) to make privacy-preserving web3 apps easier to build. 🧵
Yesterday I conluded my class with
@Web3Bridge
cohort 13 online students, teaching them out the EVM, accounts, transactions, gas and some other topics. It was a really fun and learning experience for I myself and all the students.
The next part of the zkSNARKs series is here and we study and implement an Interactive Proof system (using Sum Check Protocol) and Non Interactive ZK (using Fiat Shamir transcripts). Read and implement along here - medium.com/p/zksnark-2-inter…