polkadot-developers / substrate-docs

Substrate Developer Hub. Substrate is powered by best in class cryptographic research and comes with peer to peer networking, consensus mechanisms, and much more.
https://docs.substrate.io
BSD Zero Clause License
131 stars 274 forks source link

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

Open psfblair opened 2 years ago

psfblair commented 2 years ago

Is there an existing issue?

Experiencing problems? Have you tried our Stack Exchange first?

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!

lisa-parity commented 2 years ago

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