{"id":25739706,"url":"https://github.com/anthonykrivonos/blockchain-python","last_synced_at":"2026-06-13T17:33:12.674Z","repository":{"id":95504287,"uuid":"155016121","full_name":"anthonykrivonos/blockchain-python","owner":"anthonykrivonos","description":"🔗 Multi-use blockchain implementation in Python using TCP.","archived":false,"fork":false,"pushed_at":"2018-10-30T02:20:49.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T08:36:21.137Z","etag":null,"topics":["blockchain","client","concurrent","lightweight","python","python3","server","tcp","transactions"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anthonykrivonos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-27T22:41:59.000Z","updated_at":"2018-12-11T08:18:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b606139-dc97-4300-a955-927e6a377dab","html_url":"https://github.com/anthonykrivonos/blockchain-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anthonykrivonos/blockchain-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonykrivonos%2Fblockchain-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonykrivonos%2Fblockchain-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonykrivonos%2Fblockchain-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonykrivonos%2Fblockchain-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonykrivonos","download_url":"https://codeload.github.com/anthonykrivonos/blockchain-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonykrivonos%2Fblockchain-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34294411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","client","concurrent","lightweight","python","python3","server","tcp","transactions"],"created_at":"2025-02-26T08:29:41.674Z","updated_at":"2026-06-13T17:33:12.669Z","avatar_url":"https://github.com/anthonykrivonos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockchain - Python\n\nStraightforward and concurrent blockchain implementation in Python 3.\n\n## What's inside?\n\nThis project consists of a server script (`server.py`), client code (`client.py`), data models for `block`s and and the `blockchain`, as well as both a client thread (`models/clientthread.py`) and a broadcast thread (`models/broadcastthread.py`).\n\n![Blockchain](https://www.investors.com/wp-content/uploads/2018/01/STock-blockchain-01-shutt.jpg)\n\n## Getting Started\n\n### Installing and Running\n\n1. Clone this repository.\n2. Open a terminal window and `cd` to the project.\n3. Start the server with `python server.py`.\n4. Open a new tab in the terminal, and make sure the project is still the root.\n5. Start the client with `python client.py`.\n6. In the same tab as the client, input commands as follows:\n\n```\n-f ### -t ### -a ###\n```\n\nwhere the `###` after each respective command indicates:\n- `-f`: fromValue\n- `-t`: toValue\n- `-a`: transactionAmount\n\n## Contributing\n\nIf you'd like to improve and/or expand the content of this library, feel free to submit pull requests. If you experience any issues with this code, please let me know promptly.\n\n## Authors\n\n* **Anthony Krivonos** - *Developer* - [Portfolio](https://anthonykrivonos.com)\n\n* **Jeremy De La Cruz** - *Teammate* - [GitHub](https://github.com/Jeremy523)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n* *Coral Health* for providing the [Code your own blockchain in less than 200 lines of Go!](https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc) tutorial, which this project is a rough translation of, with numerous extras.\n* Vicki Shao for all the support and flames! 🔥\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonykrivonos%2Fblockchain-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonykrivonos%2Fblockchain-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonykrivonos%2Fblockchain-python/lists"}