Report 1: Zero Computing: Analysis of Scroll Prover Dynamics (link)
Files of raw datasets and Excel analysis can be found in Notion here
Make sure you have the following installed before running the project:
-
Python: Download Python
-
Pipenv: If you don't have Pipenv installed, you can install it using the following command:
pip install pipenv
- Clone and
cd
into the repo - Install dependencies specified in the Pipfile.lock:
pipenv install
- Activate the virtual environment:
pipenv shell
- Run any of the Python scrips (e.g.,
python Scripts/Txs,\ Batches\ and\ Gas\ Util\ Correlation/correlations.py
- When finished, exit the virutal environment:
exit