Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 670 Bytes

File metadata and controls

25 lines (20 loc) · 670 Bytes

BlockSim

A tool for blockchain simulation and studies

How to Install & Run

In order to install BlockSim, you first need to create a python virtual environment and then run:

python -m pip install -r requirements.txt
python setup.py install

In order to run the example setup, go to simulator directory and run:

cd simulator; python run.py

This will run the simulator and creates database.db. After that, you can go to the finder directory and run:

cd finder; python finder.py

Source:

Identifiyng blockchain-based cryptocurrency accounts using investment portfolios

Author:

Amin Aghaee