Add C#/.NET support for SCALE to list of language implementations
Is there an existing issue?
- [X] I have searched the existing issues
Experiencing problems? Have you tried our Stack Exchange first?
- [X] This is not a support question.
Content request
On the documentation for the SCALE codec at https://docs.substrate.io/reference/scale-codec/ there is a list of supported languages at the bottom. I noticed that C# or .NET were not mentioned. I did a search and I believe this does exist, but not necessarily as an independent library. There is code for handling SCALE in C# in the polkadot-api-dotnet repository at https://github.com/usetech-llc/polkadot_api_dotnet/blob/master/Polkadot/src/Utils/Scale.cs
Are you willing to help with this request?
Yes!
Thanks for the detective work. I'll be updating that topic soon with some additional information and examples, so good timing on submitting this issue :smile:
Two other implementations: C: MatthewDarnell/cScale C++: soramitsu/scale-codec-cpp