Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.08 KB

ZK-Encode-Bootcamp

The ZK course from Encode March 2023 - April 2023

Prerequisites: Foundry Git Protostar Noir Mina Warp Circom

This repo is to review the assignments I did during the ZK-Encode-Bootcamp

For usage of this content beyond reviewing, please consult Encode: https://www.encode.club/encode-bootcamps

Highlights

I got learned a lot about the inner workings of ZK technology. This included learning the basics for programming cairo, noir, mina, and cirom. I learned the most about cairo. Here is a link to cairo folder in this repo:

https://github.com/PizzaHi5/ZK-Encode-Bootcamp/tree/master/protostar/ZKencode

Useful Tools

Some useful tools I picked up along the way included using vanity addresses and warp to generate cairo contracts from Solidity.

Heavy theory was covered in first 4 lessons and last 4 lessons.