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.
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
None distributed chains is part of this PoC.
Copyright © 2019 Marek Šottl.