Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usernotfoundever/python-blockchain-101
Let There Be Blockchain. An example Python blockchain for educational purposes only.
https://github.com/usernotfoundever/python-blockchain-101
101 bitcoin python
Last synced: 1 day ago
JSON representation
Let There Be Blockchain. An example Python blockchain for educational purposes only.
- Host: GitHub
- URL: https://github.com/usernotfoundever/python-blockchain-101
- Owner: UserNotFoundEver
- License: mit
- Created: 2018-05-02T20:07:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T00:24:29.000Z (4 months ago)
- Last Synced: 2024-07-07T21:02:09.495Z (4 months ago)
- Topics: 101, bitcoin, python
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- 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.