arc56-generated-compx_ec407638
Auto-generated typed Algorand smart-contract clients for compx-labs/canix402, 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-compx_ec407638
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_compx_ec407638 import contract_name_hash
algorand = AlgorandClient.mainnet()
client = contract_name_hash.ContractClient(
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 |
|---|---|---|
| (none yet) |
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.
Release files for arc56-generated-compx-ec407638 1.1.2026092312
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| arc56_generated_compx_ec407638-1.1.2026092312.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| arc56_generated_compx_ec407638-1.1.2026092312-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.6 kB
Release files / arc56_generated_compx_ec407638-1.1.2026092312.tar.gz
| Download URL | arc56_generated_compx_ec407638-1.1.2026092312.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1d0fdb84eac47c9909eba0b2b73469ab0d7a318df5035c511bffd7b32c8d8966
|
|
BLAKE2b-256 checksum How to use checksums |
1e3354da55a85234715032cf9d571cc212087e06379aee93e2d7eac03afbbd33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / arc56_generated_compx_ec407638-1.1.2026092312-py3-none-any.whl
| Download URL | arc56_generated_compx_ec407638-1.1.2026092312-py3-none-any.whl |
|---|---|
| Size | 2.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5d7d59abc1e53bbf00c9cb337dd2958e8ff481e438b3ddfb6f2075e1f859281a
|
|
BLAKE2b-256 checksum How to use checksums |
e54a89d275813ced5d71d2dba52f53544f15c4e25a32e75c23e7726b6a56c642
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|