Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 845 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 845 Bytes

If you are looking for the version used in our EMSE 2024 paper, do git checkout emse2024.

ethutils: Utilities for the Analysis of Ethereum Smart Contracts

Installation on GNU/Linux and Unix

Before continuing, ensure that python3 is installed.

git clone https://github.com/gsalzer/ethutils.git # clone git repository
cd ethutils
python3 -m venv venv                              # set up a virtual environment for Python
source venv/bin/activate                          # ... and activate it
pip install cbor2                                 # install dependencies

Contents of the repository