ark.net
0.7.6
See the version list below for details.
dotnet add package ark.net --version 0.7.6
NuGet\Install-Package ark.net -Version 0.7.6
<PackageReference Include="ark.net" Version="0.7.6" />
paket add ark.net --version 0.7.6
#r "nuget: ark.net, 0.7.6"
// Install ark.net as a Cake Addin #addin nuget:?package=ark.net&version=0.7.6 // Install ark.net as a Cake Tool #tool nuget:?package=ark.net&version=0.7.6
Ark.NET is the ARK Ecosystem library for the .NET platform. It implements all most relevant ARK functionalities to help you develop efficient .NET applications built upon ARK platform. It provides low level access to ARK Network so you can easily build your block-chain application on top of it.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- BouncyCastle (>= 1.8.1)
- JsonConfig (>= 1.0.0)
- log4net (>= 2.0.8)
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- NBitcoin (>= 3.0.2.18)
- Newtonsoft.Json (>= 10.0.2)
- System.Runtime.Numerics (>= 4.3.0)
- System.ValueTuple (>= 4.3.0)
- Validation (>= 2.4.15)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- implemented dynamic settings for network switching (testnet, mainnet,devnet)
- improved singleton initialization according to Microsoft Lazy container...
- added custom global settings file for everything (see default.conf)