simple test code
This is a simple python blockchain for research and testing diffrent novel approaches.
Install the depends through the following commands.
pip install pipenv
pipenv install
Then run the following commands to start the servers.
pipenv run python blockchain.py
pipenv run python blockchain.py -p 5001
pipenv run python blockchain.py --port 5002