My own blockchain and cryptocurrency Installation Python 3.7+ pipenv $ pip install pipenv Install requirements $ pipenv install Run the server: $ pipenv run python blockchain-api.py $ pipenv run python blockchain-api.py -p 5001 $ pipenv run python blockchain-api.py --port 5002