This is the artifact of the paper: CrudiTEE: A Stick-and-Carrot Approach to Building Trustworthy Cryptocurrency Wallets with TEEs .
Under the ./MDP_for_Bounty_Evaluation dir, run
mkdir output
mkdir plot
Set up python virtual environment:
python3.10 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run the script under the ./MDP_for_Bounty_Evaluation dir
python bounty_evaluation.py
The figure saved in ./plot is the Figure 4 in the paper.