Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 426 Bytes

File metadata and controls

18 lines (15 loc) · 426 Bytes

Basic-Blockchain

Installation

  1. Make sure Python 3.6+ is installed.
  2. Install pipenv.
$ pip install pipenv 
  1. Install requirements
$ pipenv install 
  1. Run the server:
    • $ pipenv run python blockchain.py
    • $ pipenv run python blockchain.py -p 5001
    • $ pipenv run python blockchain.py --port 5002