Nethereum.Portable 1.0.0-rc3

Prefix Reserved
This is a prerelease version of Nethereum.Portable.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Nethereum.Portable --version 1.0.0-rc3                
NuGet\Install-Package Nethereum.Portable -Version 1.0.0-rc3                
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="Nethereum.Portable" Version="1.0.0-rc3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nethereum.Portable --version 1.0.0-rc3                
#r "nuget: Nethereum.Portable, 1.0.0-rc3"                
#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 Nethereum.Portable as a Cake Addin
#addin nuget:?package=Nethereum.Portable&version=1.0.0-rc3&prerelease

// Install Nethereum.Portable as a Cake Tool
#tool nuget:?package=Nethereum.Portable&version=1.0.0-rc3&prerelease                

Nethereum.Portable Nethereum portable class library to interact with an Ethereum client, for example geth. Includes all the Nethereum libraries Web3, ABI, RPC, contract encoding and decoding, StardardToken

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Nethereum.Portable:

Package Downloads
PlayCoinLibrary

Library to interact with playcoin wallet in unity games .

ProDerivatives.Ethereum

Signers, validators and helper classes for Ethereum blockchain network.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.5 14,209 8/13/2021
3.7.0 12,886 2/13/2020
3.6.0 1,009 1/27/2020
3.5.0 742 12/31/2019
3.4.0 5,463 7/29/2019
3.3.1 1,250 4/23/2019
3.3.0 685 4/23/2019
3.2.2 742 4/8/2019
3.2.1 737 3/19/2019
3.0.0 4,590 11/28/2018
3.0.0-rc1 883 7/25/2018
2.5.1 5,387 6/5/2018
2.5.0 1,323 6/4/2018
2.4.0 4,528 3/11/2018
2.3.1 1,024 3/7/2018
2.3.0 931 3/6/2018
2.2.2 9,368 12/16/2017
2.2.0 1,735 12/8/2017
2.1.0 1,704 10/23/2017
2.0.1 1,432 10/4/2017
2.0.0 2,632 9/26/2017
2.0.0-rc7 973 8/17/2017
2.0.0-rc6 1,010 7/26/2017
2.0.0-rc5 1,176 6/19/2017
2.0.0-rc4 803 6/6/2017
2.0.0-rc3 925 4/11/2017
2.0.0-rc2 794 4/5/2017
2.0.0-rc1 1,016 2/8/2017
1.0.6 3,757 2/3/2017
1.0.5 1,407 1/31/2017
1.0.4 1,347 12/10/2016
1.0.3 1,260 11/28/2016
1.0.2 1,478 11/21/2016
1.0.1 1,721 10/31/2016
1.0.0 1,668 9/14/2016
1.0.0-rc6 1,136 9/12/2016
1.0.0-rc5 2,071 8/1/2016
1.0.0-rc4 1,537 7/29/2016
1.0.0-rc3 1,884 6/14/2016
1.0.0-rc2 1,191 5/29/2016
1.0.0-rc1 1,519 4/3/2016

New RPC methods for Miner, Admin, Personal, Debug.
Sync is now supported (no deadlocks) on Asp.Net.
iOS compatability fixes (dynamics)
StandardToken included.
Unit conversion extended.