Currently Im working on C# implementation of elastic coin and completed basic functionality like generating address, encoding and decoding transaction etc.
Access source code from here
https://github.com/rajbandi/elasticsharp.
I'm working on this in my free time.
Features(Currently supported)
Native implementation in C#. Not dependent on api.
Generates a new address from mnemonic on the fly.
Creates a new transaction and decodes existing transaction and signs a transaction with a secret phrase. Currently supports basic transaction only (i.e amount ones still working on message and attachment transaction types).
Cross platform support (works on mac, linux and windows).
Pending
To support message, attachment transactions
Sending transaction bytes to server. This will prevent sending clear passwords to server.
Mobile apps
Wallet GUI in all platforms without complex installations.
Standalone client listening other nodes in network.
Node RPC/JSON api
If you are a C# developer, please contribute.