Generated ARC-56 Algorand smart-contract clients for 0xDarioSanchez/ALGO-SC.
Project description
arc56-generated-0xdariosanchez-algo-sc
Auto-generated typed Algorand smart-contract clients for 0xDarioSanchez/ALGO-SC, 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-0xdariosanchez-algo-sc
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. Generated in the client generator's minimal mode - see
"Why minimal mode" below - so there is no generated deploy/create Factory.
from algokit_utils import AlgorandClient
from arc56_generated_0xdariosanchez_algo_sc import HelloWorld_6530d15c
algorand = AlgorandClient.mainnet()
client = HelloWorld_6530d15c.HelloWorldClient(
algorand=algorand,
app_id=123456789,
)
# call a contract method, e.g.:
# result = client.send.some_method(args=(...))
Why minimal mode
The generator's default full mode also emits a deploy/create Factory class and
deployment metadata (source code, bytecode, template variables), which roughly doubles
the generated file's size and is only useful for deploying new instances of a
contract. minimal mode generates only the Client class - acceptable for a registry
whose job is decoding/calling contracts that are already deployed, not deploying new
ones.
Contracts included in this package
| Module | Client class | Source ARC-56 spec |
|---|---|---|
HelloWorld_6530d15c |
HelloWorldClient |
https://raw.githubusercontent.com/0xDarioSanchez/ALGO-SC/HEAD/QuickStartTemplate/projects/Contracts/smart_contracts/artifacts/hello_world/HelloWorld.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_0xdariosanchez_algo_sc-1.2.2026071814.tar.gz.
File metadata
- Download URL: arc56_generated_0xdariosanchez_algo_sc-1.2.2026071814.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1098b0164e5ed67751aaac3a5954c55728ab81252db01e33aeec20f16ed0f4ee
|
|
| MD5 |
e7ff6ed75d039b9ab13ed54b351e6324
|
|
| BLAKE2b-256 |
21c74ee5ac48141910556147f1f5623d28cec3d07168d7d7c1888749d04c429b
|
File details
Details for the file arc56_generated_0xdariosanchez_algo_sc-1.2.2026071814-py3-none-any.whl.
File metadata
- Download URL: arc56_generated_0xdariosanchez_algo_sc-1.2.2026071814-py3-none-any.whl
- Upload date:
- Size: 6.0 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 |
2cdfea3cd15bdabccde933ea107bfc3b4bf9c66792b20da64ef45a6e0db67707
|
|
| MD5 |
52f98974bc7601092b6f5bdf4cd35f1c
|
|
| BLAKE2b-256 |
4b6602a41fed67c7d1c1ed1fd9a88fe537ac15d8582b4141e9b89621936c8092
|