Generated ARC-56 Algorand smart-contract clients for ADD183/Algo-Farmar.
Project description
arc56-generated-add18_d0bb0588
Auto-generated typed Algorand smart-contract clients for ADD183/Algo-Farmar, 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-add18_d0bb0588
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_add18_d0bb0588 import FarmerContract_74baae8c
algorand = AlgorandClient.mainnet()
client = FarmerContract_74baae8c.FarmerContractClient(
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 |
|---|---|---|
FarmerContract_74baae8c |
FarmerContractClient |
https://raw.githubusercontent.com/ADD183/Algo-Farmar/HEAD/PICT%202.0/farmer-pay-contract/projects/farmer-pay-contract/smart_contracts/artifacts/farmer_contract/FarmerContract.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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arc56_generated_add18_d0bb0588-1.3.2026071921.tar.gz.
File metadata
- Download URL: arc56_generated_add18_d0bb0588-1.3.2026071921.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60d9f8353004f3733931a29ae601c8f3688227e3d7a8a4e7971ddaf707e4f79f
|
|
| MD5 |
549954a89370acc6da66fd6accb263ad
|
|
| BLAKE2b-256 |
bf3830653641127cf0410bc670c54a93220397827420fb8572368bf3095becf2
|
File details
Details for the file arc56_generated_add18_d0bb0588-1.3.2026071921-py3-none-any.whl.
File metadata
- Download URL: arc56_generated_add18_d0bb0588-1.3.2026071921-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f5e1ab48a19c673f882a041e1a2b5f4d456c0716f457c6e748437ae6c38fa1f
|
|
| MD5 |
bbf2d0cacb38b2f59b862d664d34eef0
|
|
| BLAKE2b-256 |
95d1b012d5b8d04b4a25e90a41d5ad90d0999471dc3b1fab80dc6a6e35e00aa9
|