substrate-docs icon indicating copy to clipboard operation
substrate-docs copied to clipboard

Add C#/.NET support for SCALE to list of language implementations

Open psfblair opened this issue 3 years ago • 1 comments

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!

psfblair avatar Jul 21 '22 09:07 psfblair

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

lisa-parity avatar Jul 28 '22 17:07 lisa-parity