sottlmarek / Blockchain-demo

Python Blockchain snippet PoC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockchain-demo

This is training blockchain demo in python. Code showcases basics concept of blockchain. I wanted to write basic PoC to test mechanism of python as part of the learning sessions.

About

Content: * Basic blocks of chain * validation of the chain. * Hash calculation for blocks * Cryptomining function based on dificulty. * In machien transactions for Proof of concept.

Used libraries:

  • datetime * random
  • hashlib
  • json
  • jsonpickle

Other

None distributed chains is part of this PoC.

Copyright © 2019 Marek Šottl.

About

Python Blockchain snippet PoC


Languages

Language:Python 100.0%