{"id":17109149,"url":"https://github.com/dkackman/chia-dotnet-bls","last_synced_at":"2025-10-30T14:30:54.401Z","repository":{"id":215011515,"uuid":"737893809","full_name":"dkackman/chia-dotnet-bls","owner":"dkackman","description":".NET BLS Library https://dkackman.github.io/chia-dotnet-bls/index.html","archived":false,"fork":false,"pushed_at":"2024-06-18T20:59:35.000Z","size":10389,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-15T08:05:49.296Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dkackman.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":"2024-01-01T21:53:20.000Z","updated_at":"2024-06-18T20:59:36.000Z","dependencies_parsed_at":"2024-02-26T19:43:59.334Z","dependency_job_id":"b0166919-a785-462d-9a7c-8c688a9e07d1","html_url":"https://github.com/dkackman/chia-dotnet-bls","commit_stats":null,"previous_names":["dkackman/chia-dotnet-bls"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkackman%2Fchia-dotnet-bls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkackman%2Fchia-dotnet-bls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkackman%2Fchia-dotnet-bls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkackman%2Fchia-dotnet-bls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkackman","download_url":"https://codeload.github.com/dkackman/chia-dotnet-bls/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238975116,"owners_count":19561644,"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-10-14T16:22:17.120Z","updated_at":"2025-10-30T14:30:47.743Z","avatar_url":"https://github.com/dkackman.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chia-dotnet-bls\n\n.NET BLS Library\n\n[![.NET](https://github.com/dkackman/chia-dotnet-bls/actions/workflows/dotnet.yml/badge.svg)](https://github.com/dkackman/chia-dotnet-bls/actions/workflows/dotnet.yml)\n[![CodeQL](https://github.com/dkackman/chia-dotnet-bls/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/dkackman/chia-dotnet-bls/actions/workflows/github-code-scanning/codeql)\n[![Nuget](https://img.shields.io/nuget/dt/chia-dotnet-bls)](https://www.nuget.org/packages/chia-dotnet-bls/)\n\n## Introduction\n\nMany thanks to [Rigidity](https://github.com/Rigidity) who's code this is a direct port of and and helped immensely along the way.\n\nThis is a direct port of the [chia bls typescript library](https://github.com/Chia-Network/node-chia-bls). Coding style and naming have been converted to C# conventions but otherwise it is very similar in API.\n\n## See Also\n\n- [Documentation](https://dkackman.github.io/chia-dotnet-bls/)\n- [chia-dotnet](https://www.nuget.org/packages/chia-dotnet/)\n- [chia-dotnet-clvm](https://www.nuget.org/packages/chia-dotnet-clvm/)\n- [chia-blockchain](https://chia.net)\n- [dotnetstandard-bip39](https://www.nuget.org/packages/dotnetstandard-bip39/)\n\n## Example Usage\n\n```csharp\nusing chia.dotnet.bls;\nusing dotnetstandard_bip39; // https://www.nuget.org/packages/dotnetstandard-bip39/\n\nconst string MNEMONIC = \"abandon abandon abandon\";\nconst string MESSAGE = \"hello world\";\n\n// create a secret key from a mnemonic\nvar bip39 = new BIP39();\nvar seed = bip39.MnemonicToSeedHex(MNEMONIC, \"\");\nvar sk = PrivateKey.FromSeed(seed);\n\n// sign the message\nvar signature = sk.Sign(MESSAGE);\n\n// verify the signature\nvar pk = sk.GetG1();\nvar result = pk.Verify(MESSAGE, signature);\n\nConsole.WriteLine($\"Signature is valid: {result}\");\n```\n\n___\n\n_chia and its logo are the registered trademark or trademark of Chia Network, Inc. in the United States and worldwide._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkackman%2Fchia-dotnet-bls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkackman%2Fchia-dotnet-bls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkackman%2Fchia-dotnet-bls/lists"}