Massive overhaul of CSharp2Nem SDK

i did a massive overhaul of csharp2nem and would be cool if anyone wants to test it out, give feedback and so on if your interested.

https://bitbucket.org/kod_5/csharp2nem_unitycompatible

there is also MSDN style documentation http://89.233.183.70/Help/Documentation its rough but it does the job for now. has code examples if anyone wants to do some testing. the fee structure still hasnt been updated on testnet yet as i just havnt had time to do it so be aware of that if you decide to test.

has some cool features like automatic node pool selection and the ability to automatically connect to the fasted node (and soon to the nearest geographically located node) as well as a supernodeClient containing supernode related API’s.

exposes both callback async methods & begin/end methods. also note the code examples may not all be exactly correct as changes have been made since that was done.

compatible across most OS’s/ platforms as its developed in the oldest supported .NET framework. C# 6.0 layer still to be added but it will come. overall should be a hell of a lot more robust and flexible than the original.

any feedback is welcome. :slight_smile:

4 Likes

Hi kodtycoon,

I would like to start some more NEM related development and recognized you updated your wrapper, this is excellent!
It seems to be part of the official NEM Project platform now? Is this the correct repository: https://github.com/NemProject/csharp2nem ?

May you please check the documentation link, it seems to be unavailable atm.?

Thanks and all the best.
owon

hi. sorry my fault. its back up again. thanks for letting me know.

yep thats the right one :slight_smile:

1 Like