Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 401 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 401 Bytes

PyBlockChain

Overview

This is an application that implements a simple blockchain algorithm.

image

Environment

Python 3.6.5 Flask 1.0.2

Functions

  • Generate Transaction
  • Make transaction signature
  • Generate Chain
  • Calculation of nonce
  • Mining
  • Send and receive Cryptocurrency