{"id":25463290,"url":"https://github.com/taleblou/simpleblockchain","last_synced_at":"2025-11-03T23:30:32.224Z","repository":{"id":276780140,"uuid":"930273181","full_name":"taleblou/SimpleBlockchain","owner":"taleblou","description":"SimpleBlockchainCPP is a basic blockchain implementation written in C++. It includes block mining, transaction management, and chain validation, using SHA-256 hashing from OpenSSL. This project serves as an educational resource for understanding blockchain fundamentals in a simple, lightweight manner.","archived":false,"fork":false,"pushed_at":"2025-02-10T11:18:35.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T12:25:28.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/taleblou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-02-10T11:15:02.000Z","updated_at":"2025-02-10T11:18:37.000Z","dependencies_parsed_at":"2025-02-10T12:25:34.152Z","dependency_job_id":"7ce9c489-574d-4685-aca9-81351b6e893b","html_url":"https://github.com/taleblou/SimpleBlockchain","commit_stats":null,"previous_names":["taleblou/simpleblockchain"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taleblou%2FSimpleBlockchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taleblou%2FSimpleBlockchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taleblou%2FSimpleBlockchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taleblou%2FSimpleBlockchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taleblou","download_url":"https://codeload.github.com/taleblou/SimpleBlockchain/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239421514,"owners_count":19635753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-02-18T06:29:34.896Z","updated_at":"2025-11-03T23:30:32.142Z","avatar_url":"https://github.com/taleblou.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **SimpleBlockchainCPP**\n\nA basic blockchain implementation in C++ that includes block mining, transaction management, and chain validation.\n\n## **Features**\n\n* Implements a simple blockchain with proof-of-work mining  \n* Uses SHA-256 hashing from OpenSSL  \n* Allows transaction creation and block validation  \n* Demonstrates how blocks are linked using hashes\n\n## **Requirements**\n\n* C++ compiler (G++ or MSVC)  \n* OpenSSL library\n\n## **Installation**\n\nClone the repository:  \ngit clone https://github.com/yourusername/SimpleBlockchainCPP.git\n\n1. cd SimpleBlockchainCPP  \n2. Install OpenSSL (if not already installed):  \n   * Linux:  \n     sudo apt-get install libssl-dev  \n   * Windows: Download and install OpenSSL from https://slproweb.com/products/Win32OpenSSL.html  \n3. Compile the code:  \n   g++ \\-o blockchain main.cpp \\-lssl \\-lcrypto  \n4. Run the program:  \n   ./blockchain\n\n## **Usage**\n\n* The program simulates a blockchain with mining and transaction processing.  \n* It adds transactions, mines blocks, and prints the blockchain.  \n* The validity of the chain is checked at the end.\n\n## **Example Output**\n\nBlock mined: 0000a1b2c3d4...  \nBlock mined: 0000f5e6d7c8...  \nBlockchain is valid: Yes\n\n## **License**\n\nThis project is licensed under the MIT License.\n\n## **Contributions**\n\nContributions are welcome\\! Feel free to fork and submit pull requests.\n\n## **Contact**\n\nFor any questions or suggestions, feel free to reach out\\!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaleblou%2Fsimpleblockchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaleblou%2Fsimpleblockchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaleblou%2Fsimpleblockchain/lists"}