{"id":32550985,"url":"https://github.com/devsargam/rust-chain","last_synced_at":"2025-10-28T20:56:05.578Z","repository":{"id":314745720,"uuid":"1055905987","full_name":"devsargam/rust-chain","owner":"devsargam","description":"₿ a bitcoin like implementation in rust","archived":false,"fork":false,"pushed_at":"2025-09-14T13:12:59.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-30T05:46:41.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devsargam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-13T02:41:04.000Z","updated_at":"2025-09-19T02:34:25.000Z","dependencies_parsed_at":"2025-09-14T15:23:26.753Z","dependency_job_id":"4004bad3-6978-4dd7-93d2-a6d5aecb9a18","html_url":"https://github.com/devsargam/rust-chain","commit_stats":null,"previous_names":["devsargam/rust-chain"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devsargam/rust-chain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Frust-chain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Frust-chain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Frust-chain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Frust-chain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsargam","download_url":"https://codeload.github.com/devsargam/rust-chain/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Frust-chain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281512675,"owners_count":26514301,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"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":[],"created_at":"2025-10-28T20:56:02.337Z","updated_at":"2025-10-28T20:56:05.565Z","avatar_url":"https://github.com/devsargam.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-chain\n\nA simple blockchain implementation in Rust.\n\n## How it Works\n\nThis program demonstrates a basic proof-of-work blockchain. It begins with an initial \"genesis\" block and then continuously mines new blocks to add to the chain.\n\nThe mining process is multi-threaded, where several workers search for a special number called a `nonce`. The goal is to find a `nonce` that produces a valid block hash when combined with the other block data. A hash is considered valid if it meets the network's difficulty requirement, which in this case is a certain number of leading zeros. The hashing algorithm used is SHA-256.\n\nWhen a worker finds a valid `nonce`, the new block is created and added to the chain.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsargam%2Frust-chain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsargam%2Frust-chain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsargam%2Frust-chain/lists"}