NeoModules.NEP6 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NeoModules.NEP6 --version 0.1.0
NuGet\Install-Package NeoModules.NEP6 -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NeoModules.NEP6" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NeoModules.NEP6 --version 0.1.0
#r "nuget: NeoModules.NEP6, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NeoModules.NEP6 as a Cake Addin
#addin nuget:?package=NeoModules.NEP6&version=0.1.0

// Install NeoModules.NEP6 as a Cake Tool
#tool nuget:?package=NeoModules.NEP6&version=0.1.0

Neo light wallet implementation, using NEP6 standard.

Product 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on NeoModules.NEP6:

Package Downloads
SwitcheoApi.NetCore

Api Library to access Switcheo Exchange api supporting .Net Standard

Switcheo.Net

Switcheo.Net is a .Net wrapper for the Switcheo API. It includes all features the API provides using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading and managing balances and funds

TatumCS

TatumCS is a dotnet wrapper for the Tatum Api. It includes support all endpoints

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.4 2,906 4/3/2019
0.1.3 4,173 12/16/2018
0.1.2 722 11/25/2018
0.1.1 804 11/4/2018
0.1.0 875 9/28/2018
0.0.27 6,933 8/5/2018
0.0.26 792 7/30/2018
0.0.25 792 7/29/2018
0.0.25-beta 725 7/15/2018
0.0.24-beta 719 7/15/2018
0.0.23-beta 807 6/24/2018
0.0.22-beta 777 6/21/2018
0.0.21-beta 741 6/21/2018
0.0.20-beta 737 6/9/2018
0.0.19-beta 702 6/2/2018
0.0.18-beta 706 6/1/2018
0.0.17-beta 825 5/29/2018
0.0.16-beta 640 5/17/2018
0.0.15-beta 790 5/15/2018
0.0.14-beta 791 5/13/2018
0.0.13-beta 765 5/13/2018
0.0.12-beta 765 5/11/2018
0.0.11-beta 671 5/11/2018
0.0.10-beta 915 5/9/2018
0.0.9-beta 711 5/9/2018
0.0.8-beta 650 5/8/2018
0.0.7-beta 709 5/7/2018
0.0.6-beta 720 5/7/2018
0.0.5-beta 813 5/4/2018
0.0.4-beta 747 5/3/2018
0.0.3-beta 707 5/2/2018
0.0.2 913 4/16/2018
0.0.1 1,126 4/13/2018

Big refractor to contract and invocations transactions to be more inline with neo-project original code.