Python-Blockchain Learn Blockchains by Building One Installation Make sure Python 3.6+ is installed. Install pipenv. $ pip install pipenv Install requirements $ pipenv install Run the server: $ pipenv run python blockchain.py OR $ pipenv run python blockchain.py -p 5001 $ pipenv run python blockchain.py --port 5002