Info
Version: | 4.29.0 |
Author(s): | Dave Whiffin, Juan Blanco |
Last Update: | Wednesday, February 12, 2025 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Nethereum.Autogen.ContractApi |
Install
Install-Package Nethereum.Autogen.ContractApi
dotnet add package Nethereum.Autogen.ContractApi
paket add Nethereum.Autogen.ContractApi
Nethereum.Autogen.ContractApi Download (Unzip the "nupkg" after downloading)
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).