Resource: RareSkills ZK Book
This repository contains my workings / tinkering on the material from RareSkills Book of Zero Knowledge.
Set the correct python interpreter in VScode setting.
# Make Virtual environment
python3 -m venv .zkbook
# Activate Venv
source .zkbook/bin/activate