2021-07-12 22:18:06 +02:00
2021-07-07 17:00:55 +02:00
2021-07-07 17:00:55 +02:00
2021-07-07 17:00:55 +02:00
2021-07-07 17:00:55 +02:00
2021-07-07 17:00:55 +02:00
2021-07-11 19:04:31 +02:00
2021-07-11 19:04:31 +02:00
2021-07-07 17:00:55 +02:00
2021-07-07 17:00:55 +02:00
2021-07-07 17:00:55 +02:00

Local setup

Requirements:

  • python3 and pip3

Instructions:

  • Setup a virtual enviroment to manage dependencies (optional)
    • python3 -m venv env
  • Activate it
    • . env/bin/activate (exit with deactivate)
  • web3 build-related dependencies (on Ubuntu 20.04)
    • sudo apt-get install libevent-dev libpython3.8-dev python3.8-dev libssl-dev
  • Install python libraries
    • pip3 install -r requirements.txt
  • Run tests for token flow
    • python -m unittest tests/tokenflow_test.py
Description
🔎 an MEV inspector for Ethereum 🔎
Readme MIT 8.5 MiB
Languages
Python 86.5%
Starlark 8.4%
Shell 2%
Smarty 1.7%
Go 0.9%
Other 0.5%