A practical hands on tutorial for Zero Knowledge with some exercises.
This project is to help people to better understand zero knowledge, specially developers that want to understand it but in a more practical way. It's in the early stage for now but the idea is to go around all of the possible concepts around ZK while doing some interactive exercises.
This project was a fork from Rustlings because it was inspired by it. It uses rust as the programming language and it parses markdown files with exercises, builds circom code and rust code. It's a simple project, yet really useful. The idea was to do all the setup to integrate all of the basic stack that it needs and have a basic structure for adding exercises afterwards.