richardplacide / blockchain

A simple Blockchain in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple Blockchain in Python

License:MIT License


Languages

Language:Python 100.0%