VEFramework.VEDriversLite
0.1.91
See the version list below for details.
dotnet add package VEFramework.VEDriversLite --version 0.1.91
NuGet\Install-Package VEFramework.VEDriversLite -Version 0.1.91
<PackageReference Include="VEFramework.VEDriversLite" Version="0.1.91" />
paket add VEFramework.VEDriversLite --version 0.1.91
#r "nuget: VEFramework.VEDriversLite, 0.1.91"
// Install VEFramework.VEDriversLite as a Cake Addin #addin nuget:?package=VEFramework.VEDriversLite&version=0.1.91 // Install VEFramework.VEDriversLite as a Cake Tool #tool nuget:?package=VEFramework.VEDriversLite&version=0.1.91
These drivers simplifies the use of the Blockchain in the .NET Applications. It is part of the VEFramework.
First Steps with API based on VEDriversLite
Another resources you can find on the VEFramework Website
More info and examples you can find in the project repository and wiki.
Real demo of these drivers is VENFT App. More information you can read here.
Another Example is VENFT App Server. It shows how to use these drivers in the Server Side Blazor Application with API: VENFT App Server Source.
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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | 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.1
- Ipfs.Http.Client (>= 0.33.0)
- Microsoft.Extensions.Caching.Memory (>= 3.1.23)
- NBitcoin (>= 5.0.81)
- NBitcoin.Altcoins (>= 2.0.33)
- Newtonsoft.Json (>= 13.0.1)
- WordPressPCL (>= 1.9.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on VEFramework.VEDriversLite:
Package | Downloads |
---|---|
VEFramework.VEBlazor
.NET Blazor component and dApp template library. It contains lots of components related to blockchain, IPFS, NFTs and other web3 and Industry4.0 technologies. |
|
VEFramework.VEDriversLite.Extensions.WooCommerce
.NET drivers for getting information from and to the WooCommerce instance. It can hanlde also communication with main WordPress database |
|
VEFramework.VEDriversLite.Builders.Neblio
.NET drivers for manual assembly of the Nebli transactions. It is dev tool. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.4.3 | 486 | 9/28/2023 |
0.4.2 | 429 | 9/22/2023 |
0.4.1 | 540 | 8/16/2023 |
0.4.0 | 540 | 8/16/2023 |
0.3.42 | 551 | 4/17/2023 |
0.3.41 | 694 | 4/9/2023 |
0.3.31 | 706 | 3/17/2023 |
0.3.21 | 929 | 6/27/2022 |
0.3.4 | 588 | 4/9/2023 |
0.3.3 | 719 | 2/9/2023 |
0.3.2 | 1,192 | 5/27/2022 |
0.3.0 | 1,297 | 5/1/2022 |
0.2.0 | 804 | 3/31/2022 |
0.1.91 | 830 | 3/13/2022 |
0.1.9 | 710 | 1/9/2022 |
0.1.8 | 835 | 8/12/2021 |
0.1.7 | 718 | 8/11/2021 |
0.1.6 | 786 | 7/21/2021 |
0.1.5 | 770 | 7/2/2021 |
0.1.4 | 712 | 7/2/2021 |
0.1.3 | 785 | 6/13/2021 |
0.1.2 | 718 | 5/25/2021 |
- Added UnitTests for most of the functions in the NeblioTransactionHelpers
- Refactoring in NeblioTransactionHelpers
- Refactoring in DogeTransactionHelpers
- Added NeblioTransactionCache which speed up the sending of the transaction
- Improvement of the calculation of the fee
- Cache preload in account and ActiveTab loading
- Changed IPFS file download command to POST method (Infura.io now support just this)