ElasticSharp is a cross platform native implementation of Elastic coin in C#.
Platforms
.Net Standard and .Net Core
Supported Features
- 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). Built using .Net Standard.
Pending Features
- 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