maher243 / BlockSim

BlockSim: An Extensible Simulation Tool forBlockchain Systems
82 stars 51 forks source link

ImportError: No module named Models.Ethereum.Node #1

Closed Binsoma closed 3 years ago

Binsoma commented 3 years ago

Hi, I am getting ImportError: No module named Models.Ethereum.Node when I run python InputsConfig.py

maher243 commented 3 years ago

Hi, you do not run the InputsConfig.py as it is just a file where you set the required parameters for the selected model. To run the simulator, you have to execute the Main.py.