# SafuZK Roadmap

This is the broad outline of all the resources I would consult and make notes on to gain a deeper understanding of every aspect related to ZK security, especially ZkVM security.\
\
Obviously, the exact resources and/or the order of studying them could change, but this is still a pretty good rough estimate of the roadmap.

1. The main resource for the resource would be the [Awesome ZkVM](https://github.com/rkdud007/awesome-zkvm) repository.
2. Since many of the upcoming ZkVMs are based on STARKs, I would focus on learning their workings deeply. So, the resources I have in mind would focus more or less on STARKs and ZkVMs.
   1. [STARKs 101](https://starkware.co/stark-101/) ✅
   2. [Anatomy of a STARK](https://aszepieniec.github.io/stark-anatomy/) 🏗️
   3. [FRI from scratch](https://blog.lambdaclass.com/how-to-code-fri-from-scratch/)
   4. [A zero-knowledge paradigm](https://www.lita.foundation/blog/zero-knowledge-paradigm-zkvm) series by Lita Foundation
