Interactive zkp study web app This is complementaly project of ZKP study series postings(WIP) Planning Slide(WIP) Install & Run #Install python flask virtualenv .venv . .venv/bin/activate (.venv) pip install -r requirements.txt #Run flask (.venv) flask --app app run