Ditch.Core
4.0.0-alpha1
See the version list below for details.
dotnet add package Ditch.Core --version 4.0.0-alpha1
NuGet\Install-Package Ditch.Core -Version 4.0.0-alpha1
<PackageReference Include="Ditch.Core" Version="4.0.0-alpha1" />
<PackageVersion Include="Ditch.Core" Version="4.0.0-alpha1" />
<PackageReference Include="Ditch.Core" />
paket add Ditch.Core --version 4.0.0-alpha1
#r "nuget: Ditch.Core, 4.0.0-alpha1"
#:package Ditch.Core@4.0.0-alpha1
#addin nuget:?package=Ditch.Core&version=4.0.0-alpha1&prerelease
#tool nuget:?package=Ditch.Core&version=4.0.0-alpha1&prerelease
The essence of the library is to generate a transaction according to the required operations (vote, comment, etc.), sign the transaction and broadcast to the Graphene-based blockchain (Golos/Steem).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Cryptography.ECDSA.Secp256K1 (>= 1.1.2)
- Newtonsoft.Json (>= 11.0.2)
- System.Net.Http (>= 4.3.3)
- WebSocket4Net (>= 0.15.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Ditch.Core:
| Package | Downloads |
|---|---|
|
Ditch.Steem
The essence of the library is to generate a transaction according to the required operations (vote, comment, etc.), sign the transaction and broadcast to the Graphene-based blockchain (Golos/Steem). |
|
|
Ditch.Golos
The essence of the library is to generate a transaction according to the required operations (vote, comment, etc.), sign the transaction and broadcast to the Graphene-based blockchain (Golos/Steem). |
|
|
Ditch.EOS
.net standard client for EOS blockchain (https://eosio.github.io/eos/group__eosiorpc.html) |
|
|
Ditch.Ethereum
Package Description |
|
|
Ditch.BitShares
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.1.1-alpha2 | 1,742 | 2/7/2019 |
| 4.1.1-alpha | 1,357 | 2/1/2019 |
| 4.1.0 | 7,457 | 9/20/2018 |
| 4.0.3 | 1,845 | 8/14/2018 |
| 4.0.2 | 1,711 | 8/14/2018 |
| 4.0.1 | 2,140 | 8/13/2018 |
| 4.0.0 | 2,315 | 8/2/2018 |
| 4.0.0-alpha1 | 2,214 | 7/13/2018 |
| 4.0.0-alpha | 2,024 | 7/12/2018 |
| 3.2.2 | 2,485 | 7/7/2018 |
| 3.2.1 | 2,387 | 7/5/2018 |
| 3.2.0 | 2,202 | 7/2/2018 |
| 3.2.0-alpha | 2,019 | 6/4/2018 |
| 3.1.3 | 2,424 | 5/21/2018 |
| 3.1.2 | 2,479 | 5/18/2018 |
| 3.1.1 | 3,085 | 4/22/2018 |
| 3.1.0 | 2,699 | 3/28/2018 |
| 3.0.9 | 2,606 | 1/29/2018 |
| 3.0.8 | 2,471 | 1/23/2018 |
adds async
refactoring