Skip to content

fredlacs/fee-model-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Fee Model Simulator

Tested on Python 3.7.7

How to run simulations

Create a Python virtual envirtonment to have a clean set of dependencies

python3 -m venv env

Activate the virtual envirtonment created

source env/bin/activate

Install the CLI application

python3 setup.py install

Run simulations:

feesim 1000
feesim 1000 --graph_each
feesim 1000 --graph_avg
feesim 1000 --outputfile results2.csv

The --graph_each flag allows you to visualise all bids in a graph. The --graph_avg flag allows you to visualise the avg bid per auction in a graph.

Test Cases

First install pytest

pip install pytest

Execute unit and integration tests

pytest

About

Fee model simulator for blockchains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages