references/getting-started.md | Installation (pip install algokit-utils), imports, LocalNet prerequisites |
references/client-initialization.md | LocalNet, TestNet, MainNet, custom config, from_clients, env vars |
references/account-management.md | Random accounts, mnemonics, rekeyed, multisig, logic sigs, funding, signers |
references/algoamount-and-value-handling.md | algo(), micro_algo(), conversions, transaction fees |
references/payment-transactions.md | Simple payments, unsigned txns, notes, leases, fee control, close account |
references/asset-operations.md | Create, opt-in/out, transfer, freeze, config, destroy, bulk ops, get info |
references/key-registration.md | Online/offline key registration for consensus participation |
references/transaction-composition.md | Atomic groups, multi-signer, atomic swaps, build/send/simulate, clone |
references/smart-contract-deployment.md | AppFactory, bare/ABI create, idempotent deploy, template vars |
references/smart-contract-interaction.md | AppClient, ABI calls, bare calls, global/local/box state, params builder |
references/raw-app-calls.md | Low-level app create/call/update/delete, ABI method calls without app spec |
references/compile-teal.md | compile_teal, compile_teal_template, template variable substitution |
references/network-and-client-management.md | Algod/indexer/kmd access, LocalNet detection, validity window, params cache |
references/configuration-and-global-settings.md | populate_app_call_resources, debug mode, trace collection, logging |
references/error-handling.md | LogicError, parse_logic_error, TransactionComposerError, error transformers |
references/ed25519.md | Ed25519 keypair generation, raw signers, signature verification, pinned PyNaCl backend |
references/hashing.md | Algorand SHA-512/256 sha512_256, multisig and logic sig address construction |
references/hd-wallets.md | peikert_hd_wallet_generator, BIP44 paths, multi-account derivation, wiring into AccountManager |
references/wrapped-secrets.md | WrappedEd25519Seed, WrappedHdExtendedPrivateKey, ed25519_signing_key_from_wrapped_secret, HSM/KMS patterns |