Skip to main content

arc56-generated-algor_80e9213c

Auto-generated typed Algorand smart-contract clients for algorandfoundation/devportal-code-examples, 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_80e9213c

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_80e9213c import Arc4DynamicArray_82c0c5a1

algorand = AlgorandClient.mainnet()
client = Arc4DynamicArray_82c0c5a1.Arc4DynamicArrayClient(
    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
Arc4DynamicArray_82c0c5a1 Arc4DynamicArrayClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/arc4_types/Arc4DynamicArray.arc56.json
Arc4StaticArray_91266734 Arc4StaticArrayClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/arc4_types/Arc4StaticArray.arc56.json
Arc4Struct_ce5efd08 Arc4StructClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/arc4_types/Arc4Struct.arc56.json
Arc4Tuple_d9fb5142 Arc4TupleClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/arc4_types/Arc4Tuple.arc56.json
Arc4Types_84270f0a Arc4TypesClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/arc4_types/Arc4Types.arc56.json
BoxStorage_d1bc697d BoxStorageClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/box_storage/BoxStorage.arc56.json
ForLoopsExample_310ba38f ForLoopsExampleClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/control_flow/ForLoopsExample.arc56.json
IfElseExample_b287b0b6 IfElseExampleClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/control_flow/IfElseExample.arc56.json
MatchStatements_4de1ba22 MatchStatementsClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/control_flow/MatchStatements.arc56.json
WhileLoopExample_4f770493 WhileLoopExampleClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/control_flow/WhileLoopExample.arc56.json
CustomCreate_0a6e344b CustomCreateClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/custom_create/CustomCreate.arc56.json
GlobalStorage_1715111a GlobalStorageClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/global_storage/GlobalStorage.arc56.json
HelloWorld_f1c8a653 HelloWorldClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/hello_world/HelloWorld.arc56.json
InnerTransactions_100b565e InnerTransactionsClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/inner_transactions/InnerTransactions.arc56.json
LocalStorage_dc42642b LocalStorageClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/local_storage/LocalStorage.arc56.json
ReferenceAccount_d0122bff ReferenceAccountClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/reference_account/ReferenceAccount.arc56.json
MyCounter_8c222537 MyCounterClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/reference_account_app/MyCounter.arc56.json
ReferenceAccountApp_6a8fd334 ReferenceAccountAppClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/reference_account_app/ReferenceAccountApp.arc56.json
ReferenceAccountAsset_874d8404 ReferenceAccountAssetClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/reference_account_asset/ReferenceAccountAsset.arc56.json
Counter_ee446662 CounterClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/reference_app/Counter.arc56.json
ReferenceApp_155c0806 ReferenceAppClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/reference_app/ReferenceApp.arc56.json
ReferenceAppBox_ede6a6b9 ReferenceAppBoxClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/reference_app_box/ReferenceAppBox.arc56.json
ReferenceAsset_279002c9 ReferenceAssetClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/reference_asset/ReferenceAsset.arc56.json
StructInBoxMap_6c1dc1af StructInBoxMapClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/python-examples/smart_contracts/artifacts/struct_in_box/StructInBoxMap.arc56.json
BoxStorage_d2f79831 BoxStorageClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/BoxStorage/BoxStorage.arc56.json
ControlFlow_6df31762 ControlFlowClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/ControlFlow/ControlFlow.arc56.json
Counter_fe501ea2 CounterClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/Counter/Counter.arc56.json
CustomCreate_38af1583 CustomCreateClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/CustomCreate/CustomCreate.arc56.json
GlobalStorage_e9cecc7a GlobalStorageClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/GlobalStorage/GlobalStorage.arc56.json
HelloWorld_7927f005 HelloWorldClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/HelloWorld/HelloWorld.arc56.json
InnerTransactions_0998f241 InnerTransactionsClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/InnerTransactions/InnerTransactions.arc56.json
LocalStorage_5b462e6d LocalStorageClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/LocalStorage/LocalStorage.arc56.json
ReferenceAccount_e51cb649 ReferenceAccountClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/ReferenceAccount/ReferenceAccount.arc56.json
MyCounter_f3a03156 MyCounterClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/ReferenceAccountApp/MyCounter.arc56.json
ReferenceAccountApp_d76d667e ReferenceAccountAppClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/ReferenceAccountApp/ReferenceAccountApp.arc56.json
ReferenceAccountAsset_a7d7be9f ReferenceAccountAssetClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/ReferenceAccountAsset/ReferenceAccountAsset.arc56.json
Counter_c26ca508 CounterClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/ReferenceApp/Counter.arc56.json
ReferenceApp_15de5089 ReferenceAppClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/ReferenceApp/ReferenceApp.arc56.json
ReferenceAppBox_fcd3701e ReferenceAppBoxClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/ReferenceAppBox/ReferenceAppBox.arc56.json
ReferenceAsset_d5ba42b5 ReferenceAssetClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/ReferenceAsset/ReferenceAsset.arc56.json
ScratchStorage_57d9ca58 ScratchStorageClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/ScratchStorage/ScratchStorage.arc56.json
SelfPayment_1a46cc59 SelfPaymentClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/SelfPayment/SelfPayment.arc56.json
StructInBoxMap_508553b3 StructInBoxMapClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/StructInBox/StructInBoxMap.arc56.json
SubsidizeAppCall_f2e278dd SubsidizeAppCallClient https://raw.githubusercontent.com/algorandfoundation/devportal-code-examples/HEAD/projects/typescript-examples/contracts/artifacts/contracts/SubsidizeAppCall/SubsidizeAppCall.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_80e9213c-1.2.2026072010.tar.gz (166.5 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_80e9213c-1.2.2026072010.tar.gz.

File metadata

File hashes

Hashes for arc56_generated_algor_80e9213c-1.2.2026072010.tar.gz
Algorithm Hash digest
SHA256 501a79d055a3c53c1d8514efe93658fb7e69cc9e20e0eb88908b76ee59e9f57a
MD5 db385797bde2d657186e945fe5ce901b
BLAKE2b-256 11a301eb4b3fad2a2fff2fac58271b50576a9e79251d00bff8814138f52479ad

See more details on using hashes here.

File details

Details for the file arc56_generated_algor_80e9213c-1.2.2026072010-py3-none-any.whl.

File metadata

File hashes

Hashes for arc56_generated_algor_80e9213c-1.2.2026072010-py3-none-any.whl
Algorithm Hash digest
SHA256 3c264f34c15bec0a752cf88226a18633c8711102b04282d6426042e52ae93417
MD5 40a31c1bf9128e1d618fb61dba31e96a
BLAKE2b-256 5ecb55590348097047efbb876390ff6659f3eb4eb312bc4c863bd31761e6a5f3

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.2.2026072010 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