{"id":13429891,"url":"https://github.com/danielgerlag/NBlockchain","last_synced_at":"2025-03-16T04:31:14.358Z","repository":{"id":47128474,"uuid":"99492841","full_name":"danielgerlag/NBlockchain","owner":"danielgerlag","description":".NET standard library for building blockchain enabled applications","archived":false,"fork":false,"pushed_at":"2025-01-18T16:01:32.000Z","size":258,"stargazers_count":83,"open_issues_count":9,"forks_count":20,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-15T00:09:59.150Z","etag":null,"topics":["blockchain"],"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/danielgerlag.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":"2017-08-06T14:43:40.000Z","updated_at":"2025-01-18T16:01:34.000Z","dependencies_parsed_at":"2025-03-01T00:11:43.534Z","dependency_job_id":"a01f52f7-f515-4424-a8cb-fdf39d3031c9","html_url":"https://github.com/danielgerlag/NBlockchain","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/danielgerlag%2FNBlockchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielgerlag%2FNBlockchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielgerlag%2FNBlockchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielgerlag%2FNBlockchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielgerlag","download_url":"https://codeload.github.com/danielgerlag/NBlockchain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243663638,"owners_count":20327306,"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"],"created_at":"2024-07-31T02:00:47.327Z","updated_at":"2025-03-16T04:31:14.353Z","avatar_url":"https://github.com/danielgerlag.png","language":"C#","funding_links":[],"categories":["Frameworks, Libraries and Tools","框架, 库和工具","Blockchain"],"sub_categories":["Blockchain","区块链"],"readme":"# NBlockchain\n\n[\u003cimg src=\"https://api.gitsponsors.com/api/badge/img?id=99492841\" height=\"20\"\u003e](https://api.gitsponsors.com/api/badge/link?p=z/lqjMTxNXS+Grw5EvE2h1VgbJs53TSeZowLI8QCrFtKRepan+g1DGIo9DBtV0XQDpvYV9xJb96BKxxNCOYsWQ==)\n\nNBlockchain is a .NET standard library for building blockchain applications.\n\n**This project is currently in alpha status and any contributions are welcome.**\n\nThe idea is that the developer would only need to focus on the data and rules for a blockchain and not worry about having to build all the infrastructure to facilitate a blockchain.\n\nThe developer would need to\n * Define the schema of data / transactions they would like to store on the blockchain\n * Define the rules for a valid transaction\n * Select or create an appropriate local database\n * Select or create an appropriate network implementation\n * Select or create one or more peer discovery implementations\n\nBeyond this, it is meant to be highly customizable, you can switch out the default services for\n * Address encoding\n * Signing\n * Hashing algorithm\n * Block verification\n * Block consensus method (eg. proof of work, etc...)\n\n## Installation\n\nUsing Nuget package console\n```\nPM\u003e Install-Package NBlockchain -Version 0.5.0-alpha\n```\nUsing .NET CLI\n```\ndotnet add package NBlockchain --version 0.5.0-alpha\n```\n\n## Samples\n * [Digital Currency](Samples/DigitalCurrency)\n\n## Local database stores\n * LiteDB (Default built-in)\n * [MongoDB](Providers/NBlockchain.MongoDB)\n\n## Networking implementations\n * In memory (mostly for testing \u0026 demo purposes)\n * Tcp sockets\n\n## Peer discovery implementations\n * Static (from a config file, etc...)\n * Multicast (for finding peers on the local network)\n * More to come....\n\n## Key features\n* Automatic chain fork detection and resolution\n* Open, flexible transaction schema\n* Customizable transaction level rules\n* Customizable block level rules\n* Peer discovery\n* Proof of work management\n\n## Documentation\nhttps://github.com/danielgerlag/NBlockchain/tree/master/doc\n\n## Outstanding items for v1 \n * NAT traversal\n * More peer discovery options\n * Integration tests\n\n## Authors\n * **Daniel Gerlag** - daniel@gerlag.ca\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgerlag%2FNBlockchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielgerlag%2FNBlockchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgerlag%2FNBlockchain/lists"}