If you are looking for the version used in our EMSE 2024 paper, do git checkout emse2024.
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 dependenciesBefore continuing, ensure that python3 is installed.
git clone https://github.com/gsalzer/ethutils.git # clone git repository
cd ethutils
./setup-venv.sh # set up a virtual environment for Python, install poetry and install the toolsMost recent version:
pip install git+https://github.com/gsalzer/ethutils.git@main#egg=ethutilsSpecific commit identified by COMMIT_HASH:
pip install git+https://github.com/gsalzer/ethutils.git@COMMIT_HASH#egg=ethutils