Skip to main content

arc56-generated-algor_0d1e6f0f

Auto-generated typed Algorand smart-contract clients for algorandecosystem/algokit-core, built from the ARC-56 specs listed below.

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

Install

pip install arc56-generated-algor_0d1e6f0f

Basic usage

Each contract in this package is a separate module (a hash of its source URL is appended to its filename to keep multiple contracts in the same repository from colliding), containing a typed <Name>Client for interacting with an already-deployed instance of that contract, plus a <Name>Factory for deploying new instances.

from algokit_utils import AlgorandClient
from arc56_generated_algor_0d1e6f0f import application_9fc2bb83

algorand = AlgorandClient.mainnet()
client = application_9fc2bb83.ApplicationClient(
    algorand=algorand,
    app_id=123456789,
)

# call a contract method, e.g.:
# result = client.send.some_method(args=(...))

full vs minimal generator mode

Contracts in this package are generated with the client generator's full mode by default, which emits both the typed Client and a deploy/create Factory class plus deployment metadata (source code, bytecode, template variables). For the rare contract whose full-mode output fails to generate or fails to byte-compile, this package falls back to minimal mode (Client only, no Factory) for that contract instead of failing outright. The contracts table below flags any contract generated this way; every other contract includes a working Factory.

Contracts included in this package

Module Client class Source ARC-56 spec
application_9fc2bb83 ApplicationClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/abi-create-and-delete/application.arc56.json
application_9ec75e02 AbiPaymentCallTestClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/abi_payment_call_test/application.arc56.json
application_20d2dd9f Arc56StructOperationsClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/arc56_struct_operations/application.arc56.json
application_64da728c BoxMapTestClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/boxmap/application.arc56.json
application_78db56c7 ComplexStructTestClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/complex_struct_test/application.arc56.json
application_719e1c8b ConstantProductAmmClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/constant_product_amm/application.arc56.json
application_1fb02349 HelloWorldClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/extra_pages_test/application.arc56.json
large_e4b10321 HelloWorldClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/extra_pages_test/large.arc56.json
small_37e2c43c HelloWorldClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/extra_pages_test/small.arc56.json
application_f63bd835 HelloWorldClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/hello_world/application.arc56.json
application_6ef00234 TestContractClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/nested_contract/application.arc56.json
application_70383b91 NestedContractCallsClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/nested_contract_calls/application.arc56.json
application_ce7c1910 NestedStructStorageClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/nested_struct_storage/application.arc56.json
application_3c73bc9c NfdInstanceClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/nfd/application.arc56.json
application_f99f74cb ValidatorRegistryClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/reti/application.arc56.json
application_2d694643 SandboxClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/sandbox/application.arc56.json
state_9aa83f49 StateClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/state_contract/state.arc56.json
application_27be8404 StateManagementDemoClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/state_management_demo/application.arc56.json
application_c22018fe TemplateVariablesClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/template_variables/application.arc56.json
application_4e04370a TestingAppClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/testing_app/application.arc56.json
app_spec_afa65762 TemplatesClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/testing_app_arc56/app_spec.arc56.json
application_bc942d29 TestPuyaBoxesClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/testing_app_puya/application.arc56.json
application_ffe7fa42 VoidReturnTestClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/void_return_test/application.arc56.json
application_414c1686 ZeroCouponBondClient https://raw.githubusercontent.com/algorandecosystem/algokit-core/HEAD/crates/algokit_test_artifacts/contracts/zero_coupon_bond/application.arc56.json

Versioning

This package uses 1.<increment>.<yyyyMMddHH>-style 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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arc56_generated_algor_0d1e6f0f-1.3.2026072109.tar.gz (271.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file arc56_generated_algor_0d1e6f0f-1.3.2026072109.tar.gz.

File metadata

File hashes

Hashes for arc56_generated_algor_0d1e6f0f-1.3.2026072109.tar.gz
Algorithm Hash digest
SHA256 6850be0211b5296939b68df94a8aab49b9effa212d66e325f1634065b6c265b1
MD5 66bd4f1bbf367f8f005fe31fc0d849db
BLAKE2b-256 639f3a5319e1052b1ce124ac2d6ec1a51d7f9f94550a5136a8e82f4754acb12c

See more details on using hashes here.

File details

Details for the file arc56_generated_algor_0d1e6f0f-1.3.2026072109-py3-none-any.whl.

File metadata

File hashes

Hashes for arc56_generated_algor_0d1e6f0f-1.3.2026072109-py3-none-any.whl
Algorithm Hash digest
SHA256 a214ab5af053553273b4b589c44bf5d97d986a4d3372453bcdc8607d277ae2e1
MD5 83b18561e95b98e003ef4ea8f7056277
BLAKE2b-256 c7676712f9799240da3c9fe17f82babed450568e2f889189cf12c764da4dbd2c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.3.2026072109 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page