Nethereum.Autogen.ContractApi
3.6.2
Generates dot net code for Ethereum (Solidity) contracts.
Will automatically create dot net files based on .abi files within the target project during pre build.
The generated code language is derived from the project file extension (csproj, vbproj, fsproj).
More control can be gained by adding a Nethereum.Generator.config file to the root of the project.
This describes the abi contracts and the code generation options for each (output folders, namespaces etc).
Install-Package Nethereum.Autogen.ContractApi -Version 3.6.2
dotnet add package Nethereum.Autogen.ContractApi --version 3.6.2
<PackageReference Include="Nethereum.Autogen.ContractApi" Version="3.6.2" />
paket add Nethereum.Autogen.ContractApi --version 3.6.2
#r "nuget: Nethereum.Autogen.ContractApi, 3.6.2"
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.