https://github.com/ajuna-network/substrate.net.schnorrkel
C# Implementation of SR25519 signing algorithm
https://github.com/ajuna-network/substrate.net.schnorrkel
crypto csharp dotnet dotnet-standard sr25519 substrate
Last synced: about 2 months ago
JSON representation
C# Implementation of SR25519 signing algorithm
- Host: GitHub
- URL: https://github.com/ajuna-network/substrate.net.schnorrkel
- Owner: ajuna-network
- License: apache-2.0
- Created: 2021-03-28T08:45:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T09:20:57.000Z (over 2 years ago)
- Last Synced: 2025-06-08T21:06:47.242Z (about 1 year ago)
- Topics: crypto, csharp, dotnet, dotnet-standard, sr25519, substrate
- Language: C#
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Substrate.NET.Schnorrkel (NETStandard2.0)

[](https://www.nuget.org/packages/Substrate.NET.Schnorrkel/)
[](https://github.com/SubstrateGaming/Substrate.NET.Schnorrkel/issues)
[](https://github.com/SubstrateGaming/Substrate.NET.Schnorrkel/blob/origin/LICENSE)
[](https://github.com/SubstrateGaming/Substrate.NET.Schnorrkel/graphs/contributors)
[](https://www.nuget.org/packages/Substrate.NET.Schnorrkel/)
Schnorrkel is written in [NETStandard2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) to provide maximum compatibility for [Unity3D](https://docs.unity3d.com/2020.2/Documentation/Manual/dotnetProfileSupport.html).
# Special Thanks
We thank Gautam Dhameja for sharing the source code for C-Rust bindings for SR25519 Rust library, which enabled our end-to-end testing and validation of our sr25519 implementations.
We thank use-tech for providing schnorrkel C# implementation. https://github.com/usetech-llc/polkadot_api_dotnet