/ethereum-feeestimator-analysis

Analysis of the prediction accuracy of different fee estimation methods.

Primary LanguageJupyter Notebook

Ethereum Fee Estimation Analysis

Analysis of the prediction accuracy of different fee estimation methods.

Dev Setup

Setup uses Virtualenv.

pip3 install virtualenv
virtualenv -p python3 .
source ./bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
python3 -m pip install pandas
python3 -m pip install matplotlib

Work

source ./bin/activate
jupyter notebook

leave virtual env using the following command

deactivate