Screen Shot 2023-05-31 at 3.10.07 PM.png

Sometimes the best way to understand a topic is through code 🧑‍💻. Let’s build a simple zk app 🔏 together using typescript code. You’ll learn how to create a smart contract powered by zero knowledge proofs on the Mina Blockchain by coding with their library called snarky JS.

Zero knowledge proofs is a cryptographic concept that can be used to maintain privacy and create efficiency. The Mina protocol uses zk proofs to maintain a small, constant-sized blockchain, allowing for quick and efficient syncing across the network. They also use zk proofs to verify transactions and ensure that they are valid without having to reveal any sensitive information.

In this video you'll: