The library can be used by C# clients to make the signing of transactions on the client side and not to transfer private keys to the server.
Usage
The essence of the library is to generate a transaction according to the required operations (vote, comment, etc.), sign the transaction and broadcast to Graphene-based blockchain. For transaction signing we announced earlier our standalone Cryptography.ECDSA lib which is being used by Ditch lib for the signing purpose.
Github link
Supported chains
- Steem
- Golos
Updates
- The project now supports .NetStandard
- Changed the way of building transactions (becomes more flexible).
- New operations
.Net dev status
| Lib name | Description | Act. version |
|---|---|---|
| Cryptography.ECDSA | Implementation of ECDSA for transaction signing | 2.1 |
| Ditch | Create and broadcast transactions to blockchain | 2.0 |
Team progress on .Net encryption & signing
- C# library Cryptography.ECDSA 2.1 for Graphene
- (ANN) Ditch 1.0 for Graphene
- (ANN) C# library Cryptography.ECDSA 1.0 for Graphene