Skip to main content

Generated ARC-56 Algorand smart-contract clients for 0xYuvi/EENDHAN.

Project description

arc56-generated-0xyuvi-eendhan

Auto-generated typed Algorand smart-contract clients for 0xYuvi/EENDHAN, 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-0xyuvi-eendhan

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_0xyuvi_eendhan import Eendhan_17054c6f

algorand = AlgorandClient.mainnet()
client = Eendhan_17054c6f.EendhanClient(
    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
Eendhan_17054c6f EendhanClient https://raw.githubusercontent.com/0xYuvi/EENDHAN/HEAD/projects/Anil_Fireworks-contracts/smart_contracts/artifacts/eendhan/Eendhan.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


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

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

File details

Details for the file arc56_generated_0xyuvi_eendhan-1.2.2026071814.tar.gz.

File metadata

File hashes

Hashes for arc56_generated_0xyuvi_eendhan-1.2.2026071814.tar.gz
Algorithm Hash digest
SHA256 d88eb910aafb506563472dfe8d8e854eebca53d39c3a2ec4f81925e4dcb76963
MD5 7b2853399f2c95edba4e74bd5cb7b834
BLAKE2b-256 46c1c627761fe850c15ecfc1ff26c14f855b185f72489228202b33afa0e61337

See more details on using hashes here.

File details

Details for the file arc56_generated_0xyuvi_eendhan-1.2.2026071814-py3-none-any.whl.

File metadata

File hashes

Hashes for arc56_generated_0xyuvi_eendhan-1.2.2026071814-py3-none-any.whl
Algorithm Hash digest
SHA256 995a687a582368db5e071d479dd6e0cc946659b103c30dcc8ebfe79d8c52548e
MD5 48cf49a64b755d273dc2e82ef58e5165
BLAKE2b-256 a9f16212c08037f1626cc6e43ca1c2043dff4b1d24ed9617edb3d92da8161a5a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page