Hi Steem community!
Ditch lib development is still on and we are here today to announce a new release.
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
Release Notes
- GetActiveWitnesses - Displays a list of all active delegates.
- GetMinerQueue - Creates a list of the miners waiting to enter the DPOW chain to create the block.
- GetSchema - Return a JSON description of object representations
- GetSavingsWithdrawFrom - Returns the output data from 'SAFE' for this user
- GetSavingsWithdrawTo - Returns the output data from 'SAFE' for this user
- GetWitnessByAccount - Get the witness owned by a given account
- GetWitnessesByVote - This method is used to fetch witnesses with pagination.
- GetWitnesses - Get a list of witnesses by ID
- LookupWitnessAccounts - Get names and IDs for registered witnesses
- GetWitnessCount - Get the total number of witnesses registered with the blockchain
- GetOrderBook - Gets the current order book for STEEM:SBD market
- GetOpenOrders - Get open orders
Supported chains
- Steem
- Golos
Developers make implementations based on our lib!
- Ditch has already been downloaded from Nuget 1441 times.
- During the recent Imaguru Blockchain Hackathon in Minsk, Belarus a team of programmers developed an application using our Ditch library. With this application, you can publish information about your commits on Github directly to Golos blockchain using CLI.
Links to the DGVC:
.NET dev status
| Lib name | Description | Act. version |
|---|---|---|
| Cryptography.ECDSA | Implementation of ECDSA for transaction signing | 2.1.2 |
| Ditch | Create and broadcast transactions to blockchain | 2.2.7 |
Team progress on .NET encryption & signing
- C# library Ditch 2.2.2 for Graphene
- C# library Ditch 2.0 for Graphene
- C# library Cryptography.ECDSA 2.1 for Graphene
- (ANN) C# library Ditch 1.0 for Graphene
- (ANN) C# library Cryptography.ECDSA 1.0 for Graphene