Arc56.Generated.algorandfoundation.algokit-client-generator-ts 1.0.4.2026082120

dotnet add package Arc56.Generated.algorandfoundation.algokit-client-generator-ts --version 1.0.4.2026082120
                    
NuGet\Install-Package Arc56.Generated.algorandfoundation.algokit-client-generator-ts -Version 1.0.4.2026082120
                    
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="Arc56.Generated.algorandfoundation.algokit-client-generator-ts" Version="1.0.4.2026082120" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Arc56.Generated.algorandfoundation.algokit-client-generator-ts" Version="1.0.4.2026082120" />
                    
Directory.Packages.props
<PackageReference Include="Arc56.Generated.algorandfoundation.algokit-client-generator-ts" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Arc56.Generated.algorandfoundation.algokit-client-generator-ts --version 1.0.4.2026082120
                    
#r "nuget: Arc56.Generated.algorandfoundation.algokit-client-generator-ts, 1.0.4.2026082120"
                    
#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.
#:package Arc56.Generated.algorandfoundation.algokit-client-generator-ts@1.0.4.2026082120
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Arc56.Generated.algorandfoundation.algokit-client-generator-ts&version=1.0.4.2026082120
                    
Install as a Cake Addin
#tool nuget:?package=Arc56.Generated.algorandfoundation.algokit-client-generator-ts&version=1.0.4.2026082120
                    
Install as a Cake Tool

Arc56.Generated.algorandfoundation.algokit-client-generator-ts

Auto-generated typed Algorand smart-contract clients for algorandfoundation/algokit-client-generator-ts, built from the ARC-56 specs listed below.

Generated by the Arc56Registry pipeline, using the scholtz/dotnet-algorand-sdk ARC-56 client generator. Do not edit these files by hand — they are regenerated automatically whenever the source ARC-56 spec changes.

Install

dotnet add package Arc56.Generated.algorandfoundation.algokit-client-generator-ts

This package depends on Algorand5 for ABI encoding, transaction building, and algod/indexer access.

Basic usage

Each contract in this package lives in its own namespace (a hash of its source URL is appended to keep multiple contracts in the same repository from colliding), and exposes a <Name>Proxy class:

using Algorand.Algod;
using Arc56.Generated.algorandfoundation.algokit_client_generator_ts.Nested_a5553c5e;

using var httpClient = HttpClientConfigurator.ConfigureHttpClient(AlgodConfiguration.MainNet);
var algod = new AlgodClient(httpClient);
var client = new NestedProxy(algod, appId: 123456789);

// call a contract method, e.g.:
// var result = await client.SomeMethod(...);

Contracts included in this package

Namespace Class Source ARC-56 spec
Arc56.Generated.algorandfoundation.algokit_client_generator_ts.Arc56Test_ab61f4ea (generation failed - see state.json) https://raw.githubusercontent.com/algorandfoundation/algokit-client-generator-ts/HEAD/examples/smart_contracts/artifacts/arc56_test/Arc56Test.arc56.json
Arc56.Generated.algorandfoundation.algokit_client_generator_ts.Nested_a5553c5e NestedProxy https://raw.githubusercontent.com/algorandfoundation/algokit-client-generator-ts/HEAD/examples/smart_contracts/artifacts/nested/Nested.arc56.json
Arc56.Generated.algorandfoundation.algokit_client_generator_ts.Nfd_b82e46be NFDInstanceProxy https://raw.githubusercontent.com/algorandfoundation/algokit-client-generator-ts/HEAD/examples/smart_contracts/artifacts/nfd/Nfd.arc56.json
Arc56.Generated.algorandfoundation.algokit_client_generator_ts.Reti_cb1e912a (generation failed - see state.json) https://raw.githubusercontent.com/algorandfoundation/algokit-client-generator-ts/HEAD/examples/smart_contracts/artifacts/reti/Reti.arc56.json
Arc56.Generated.algorandfoundation.algokit_client_generator_ts.Structs_0f740f2e StructsProxy https://raw.githubusercontent.com/algorandfoundation/algokit-client-generator-ts/HEAD/examples/smart_contracts/artifacts/structs/Structs.arc56.json
Arc56.Generated.algorandfoundation.algokit_client_generator_ts.Void_d358dd5e VoidProxy https://raw.githubusercontent.com/algorandfoundation/algokit-client-generator-ts/HEAD/examples/smart_contracts/artifacts/void/Void.arc56.json
Arc56.Generated.algorandfoundation.algokit_client_generator_ts.ZeroCouponBond_4ab39cf3 ZeroCouponBondProxy https://raw.githubusercontent.com/algorandfoundation/algokit-client-generator-ts/HEAD/examples/smart_contracts/artifacts/zero_coupon_bond/ZeroCouponBond.arc56.json

Versioning

This package uses 1.0.<increment>.<yyyyMMddHH> versioning: a new version is published whenever any of the contracts above change, or whenever the client generator itself is updated. See Arc56Registry for the full generation pipeline and source ARC-56 registry.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.4.2026082120 37 8/21/2026
1.0.3.2026072709 107 7/27/2026
1.0.2.2026071923 100 7/20/2026
1.0.1.2026071706 100 7/18/2026