{"id":13833753,"url":"https://github.com/dpedwards/dotnet-core-blockchain","last_synced_at":"2025-05-13T11:06:24.709Z","repository":{"id":40913461,"uuid":"169660876","full_name":"dpedwards/dotnet-core-blockchain","owner":"dpedwards","description":".NET Core Blockchain  with cryptography process of creating and chaining blocks, network \u0026 mining etc.","archived":false,"fork":false,"pushed_at":"2023-10-18T00:05:45.000Z","size":4898,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-13T11:06:15.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dpedwards.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":"2019-02-07T23:48:00.000Z","updated_at":"2025-02-26T08:04:05.000Z","dependencies_parsed_at":"2024-08-04T13:01:13.742Z","dependency_job_id":"8917bedd-1f9e-4208-8ea4-e9a349583afb","html_url":"https://github.com/dpedwards/dotnet-core-blockchain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpedwards%2Fdotnet-core-blockchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpedwards%2Fdotnet-core-blockchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpedwards%2Fdotnet-core-blockchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpedwards%2Fdotnet-core-blockchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpedwards","download_url":"https://codeload.github.com/dpedwards/dotnet-core-blockchain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253929362,"owners_count":21985802,"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":"2024-08-04T13:00:24.929Z","updated_at":"2025-05-13T11:06:24.689Z","avatar_url":"https://github.com/dpedwards.png","language":"C#","funding_links":[],"categories":["Libraries, Frameworks and Tools"],"sub_categories":["Blockchain"],"readme":"# [Blockchain](https://github.com/dpedwards/dotnet-core-blockchain)\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/dpedwards/dotnet-core-blockchain/master/LICENSE)\n[![.NET Core](https://img.shields.io/badge/dotnet%20core-%3E%3D%202.2-blue.svg)](https://dotnet.microsoft.com/download)\n\nA blockchain is a growing list of records, called blocks. The blocks are linked using cryptography and each block contains a cryptographic hash of the previous block, transaction data, and a timestamp. \n\n\n## Notable features\n\n- cryptography \n- process of creating blocks\n- process of chaining blocks \n- network \u0026 mining\n- etc.\n\n## Note\n\n- Blockchain is listening on port :43210\n  - Fixed blockchain public key for easy testing: 1EDvdbQVNEtEvSsUpwunpjbGoZa3SCnkUu\n  - Fixed blockchain private key for easy testing: KwdUArshaG5LjrY5bji5oJMLvWfwfxkdJAHNYXhf8A49AS89Csi3\n\n## Pictures \n\nMine:\n![](BlockChain/images/Blockchain%20Frontend_Mine.png)\n\nAdd Node:\n![](BlockChain/images/Blockchain%20Frontend_Configure.png)\n\nBlockchain Overview:\n![](BlockChain/images/Blockchain%20Frontend_CoinBase.png) \n\n## Usage\n\nRead the full instructions to use the BlockChain: https://github.com/dpedwards/dotnet-core-blockchain-payment-solution\n\n---\n\n### Pull Requests\n\nWhen submitting a pull request:\n\n1. Clone the repo.\n2. Create a branch off of `master` and give it a meaningful name (e.g. `my-awesome-new-feature`).\n3. Open a pull request on GitHub and describe the feature or fix.\n\nproject documentation and demo pages can be found in the [`/docs`](docs) if submitting improvements, typo corrections, etc.\n\n---\n\n## Credits\n\n### Creator\n\n**Davain Pablo Edwards**\n\n- \u003chttps://github.com/dpedwards\u003e\n\n### Requirements\n\n- [Visual Studio](https://visualstudio.microsoft.com/de/vs/)\n\n\n### Packages:\n\n- [Microsoft.NETCore.App](https://dotnet.microsoft.com/)\n- [NBitcoin](https://github.com/MetacoSA/NBitcoin)\n- [Newtonsoft.Json](https://www.newtonsoft.com/json)\n\n\n---\n\n## License\n\nMIT License\n\nCopyright (c) 2020 Davain Pablo Edwards\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpedwards%2Fdotnet-core-blockchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpedwards%2Fdotnet-core-blockchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpedwards%2Fdotnet-core-blockchain/lists"}