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: about 1 year ago
JSON representation
Let There Be Blockchain. An example Python blockchain for educational purposes only.
- Host: GitHub
- URL: https://github.com/whodinner/Python-Blockchain-101
- Owner: whodinner
- License: mit
- Created: 2018-05-02T20:07:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T00:24:29.000Z (about 2 years ago)
- Last Synced: 2025-05-05T02:23:19.765Z (about 1 year ago)
- Topics: 101, bitcoin, python
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.