{"id":14980382,"url":"https://github.com/rhymeswithmogul/psblockchain","last_synced_at":"2025-06-15T08:34:17.364Z","repository":{"id":135521418,"uuid":"206120153","full_name":"rhymeswithmogul/PSBlockchain","owner":"rhymeswithmogul","description":"A simple, class-based blockchain implementation in PowerShell.","archived":false,"fork":false,"pushed_at":"2019-09-04T05:04:18.000Z","size":31,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T01:51:16.931Z","etag":null,"topics":["blockchain-demo","powershell","powershell-class","powershell-core","powershell-module","windows-powershell"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhymeswithmogul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-09-03T16:16:24.000Z","updated_at":"2024-08-02T20:00:40.000Z","dependencies_parsed_at":"2023-05-05T08:08:49.055Z","dependency_job_id":null,"html_url":"https://github.com/rhymeswithmogul/PSBlockchain","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"ef8291f4fc3668b1e58f7667f859663cbc75d992"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rhymeswithmogul/PSBlockchain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhymeswithmogul%2FPSBlockchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhymeswithmogul%2FPSBlockchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhymeswithmogul%2FPSBlockchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhymeswithmogul%2FPSBlockchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhymeswithmogul","download_url":"https://codeload.github.com/rhymeswithmogul/PSBlockchain/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhymeswithmogul%2FPSBlockchain/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259944954,"owners_count":22935706,"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":["blockchain-demo","powershell","powershell-class","powershell-core","powershell-module","windows-powershell"],"created_at":"2024-09-24T14:01:41.270Z","updated_at":"2025-06-15T08:34:17.341Z","avatar_url":"https://github.com/rhymeswithmogul.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# PSBlockchain\nThis module, and its [`[PSBlockchain]`](https://github.com/rhymeswithmogul/PSBlockchain/blob/master/en-us/about_PSBlockchain.help.txt) and [`[PSBlockchainBlock]`](https://github.com/rhymeswithmogul/PSBlockchain/blob/master/en-us/about_PSBlockchainBlock.help.txt) classes, represent a blockchain.  It is compatible with Windows PowerShell 5 as well as PowerShell Core.\n\n## Quick Example\n````powershell\nPS C:\\\u003e $chain = [PSBlockchain]::new(\"This is PSCoin's ledger.\")\nPS C:\\\u003e $chain.Add(\"Alice mined 50 PSC into her wallet.\")\nPS C:\\\u003e $chain.Add(\"Bob mined 50 PSC into his wallet.\")\nPS C:\\\u003e $chain.Add(\"Alice sent 25 PSC to Bob.\")\nPS C:\\\u003e $chain.Add(\"Bob sent 10 PSC to Chris.\")\n\nPS C:\\\u003e $chain.GetBlock(2)\nName          Value\n----          -----\nVersion       1\nBlockID       2\nTimestamp     132120434319335190\nPrevBlockHash 87A938599211B54F1FEA0D9786FB4AD0D0A8243DBE3710E82F2CE7F840EC5376\nNonce         LuwSGjUaoAKBrRTbFkecJZxfCPMyvHnp\nContent       Bob mined 50 PSC into his wallet.\nHash          3997F88BC627988564A5E70AE15B4CF600EFD0F9DB9DB3BC79EFF0318F4CAFBF\n\nPS C:\\\u003e $chain.Verify()\nTrue\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhymeswithmogul%2Fpsblockchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhymeswithmogul%2Fpsblockchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhymeswithmogul%2Fpsblockchain/lists"}