An open API service indexing awesome lists of open source software.

https://github.com/whodinner/python-blockchain-101

Let There Be Blockchain. An example Python blockchain for educational purposes only.
https://github.com/whodinner/python-blockchain-101

101 bitcoin python

Last synced: 3 months ago
JSON representation

Let There Be Blockchain. An example Python blockchain for educational purposes only.

Awesome Lists containing this project

README

          

# Python-Blockchain-101
Blockchain 101 basics and experiments. Attempting to build a "blockchain", and develop it it into a cryptocurrency like Bitcoin using Python as the backend.

This is for experimental purposes only as I am a cryptocurrency enthusiast. I'll update the read me as I go.

Currently you can create a "blockchain" by passing a sequence of data in a dictionary, using the last number in the dictionary index to refer to the "blockchain".

I'll add actual hash, sender, recipient, and actual practical use for blockchain apps or cryptocurrencies.