github

dvf / blockchain

  • понедельник, 2 октября 2017 г. в 03:14:45
https://github.com/dvf/blockchain


A simple Blockchain in Python



Learn Blockchains by Building One

This is the source code for my post on Building a Blockchain.

Installation

  1. Make sure Python 3.6+ is installed
  2. Install requirements: $ pip install -r requirements.txt
  3. Run the server: $ python blockchain.py

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.