A tool for blockchain simulation and studies
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
Identifiyng blockchain-based cryptocurrency accounts using investment portfolios
Amin Aghaee