This is page 3 of 74. Use http://codebase.md/goplausible/algorand-mcp?page={x} to view the full context.
# Directory Structure
```
├── .gitignore
├── CONTRIBUTING.md
├── LICENSE
├── llms-install.md
├── llms.txt
├── package.json
├── packages
│ ├── client
│ │ ├── .env.example
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── env.ts
│ │ │ ├── index.ts
│ │ │ └── LocalWallet.ts
│ │ └── tsconfig.json
│ └── server
│ ├── .env.example
│ ├── API specs
│ │ ├── algod_api.json
│ │ ├── indexer_api.json
│ │ ├── mcp.json
│ │ ├── nfd_api.json
│ │ ├── ultrade_api.json
│ │ ├── vestige_api.json
│ │ └── vestige_free_api.json
│ ├── Dockerfile
│ ├── jest.config.js
│ ├── package.json
│ ├── README.md
│ ├── smithery.yaml
│ ├── src
│ │ ├── algorand-client.ts
│ │ ├── env.ts
│ │ ├── index.ts
│ │ ├── resources
│ │ │ ├── index.ts
│ │ │ ├── knowledge
│ │ │ │ ├── ARCs.txt
│ │ │ │ ├── developers-algokit-architecture-decisions.txt
│ │ │ │ ├── developers-algokit-cli.txt
│ │ │ │ ├── developers-algokit-utils-python.txt
│ │ │ │ ├── developers-algokit-utils-typescript.txt
│ │ │ │ ├── developers-clis.txt
│ │ │ │ ├── developers-details.txt
│ │ │ │ ├── developers-liquid-auth.txt
│ │ │ │ ├── developers-nodes.txt
│ │ │ │ ├── developers-puya.txt
│ │ │ │ ├── developers-python.txt
│ │ │ │ ├── developers-sdks-js.txt
│ │ │ │ ├── developers-sdks-python.txt
│ │ │ │ ├── developers-tealscript.txt
│ │ │ │ ├── developers.txt
│ │ │ │ ├── index.ts
│ │ │ │ ├── taxonomy
│ │ │ │ │ ├── algokit-cli:README.md
│ │ │ │ │ ├── algokit:cli:algokit.md
│ │ │ │ │ ├── algokit:cli:architecture-decisions:2022-11-14_sandbox-approach.md
│ │ │ │ │ ├── algokit:cli:architecture-decisions:2022-11-22_beaker-testing-strategy.md
│ │ │ │ │ ├── algokit:cli:architecture-decisions:2023-01-11_beaker_productionisation_review.md
│ │ │ │ │ ├── algokit:cli:architecture-decisions:2023-01-11_brew_install.md
│ │ │ │ │ ├── algokit:cli:architecture-decisions:2023-01-12_smart-contract-deployment.md
│ │ │ │ │ ├── algokit:cli:architecture-decisions:2023-06-06_frontend-templates.md
│ │ │ │ │ ├── algokit:cli:architecture-decisions:2023-07-19_advanced_generate_command.md
│ │ │ │ │ ├── algokit:cli:architecture-decisions:2024-01-13_native_binaries.md
│ │ │ │ │ ├── algokit:cli:architecture-decisions:2024-01-23_init-wizard-v2.md
│ │ │ │ │ ├── algokit:cli:architecture-decisions:2024-01-31_binary_distribution.md
│ │ │ │ │ ├── algokit:cli:architecture-decisions:2024-03-06_local_dev_ui_packaging.md
│ │ │ │ │ ├── algokit:cli:articles:output_stability.md
│ │ │ │ │ ├── algokit:cli:cli:index.md
│ │ │ │ │ ├── algokit:cli:features:compile.md
│ │ │ │ │ ├── algokit:cli:features:completions.md
│ │ │ │ │ ├── algokit:cli:features:config.md
│ │ │ │ │ ├── algokit:cli:features:dispenser.md
│ │ │ │ │ ├── algokit:cli:features:doctor.md
│ │ │ │ │ ├── algokit:cli:features:explore.md
│ │ │ │ │ ├── algokit:cli:features:generate.md
│ │ │ │ │ ├── algokit:cli:features:goal.md
│ │ │ │ │ ├── algokit:cli:features:init.md
│ │ │ │ │ ├── algokit:cli:features:localnet.md
│ │ │ │ │ ├── algokit:cli:features:project:bootstrap.md
│ │ │ │ │ ├── algokit:cli:features:project:deploy.md
│ │ │ │ │ ├── algokit:cli:features:project:link.md
│ │ │ │ │ ├── algokit:cli:features:project:list.md
│ │ │ │ │ ├── algokit:cli:features:project:run.md
│ │ │ │ │ ├── algokit:cli:features:project.md
│ │ │ │ │ ├── algokit:cli:features:tasks:analyze.md
│ │ │ │ │ ├── algokit:cli:features:tasks:ipfs.md
│ │ │ │ │ ├── algokit:cli:features:tasks:mint.md
│ │ │ │ │ ├── algokit:cli:features:tasks:nfd.md
│ │ │ │ │ ├── algokit:cli:features:tasks:opt.md
│ │ │ │ │ ├── algokit:cli:features:tasks:send.md
│ │ │ │ │ ├── algokit:cli:features:tasks:sign.md
│ │ │ │ │ ├── algokit:cli:features:tasks:transfer.md
│ │ │ │ │ ├── algokit:cli:features:tasks:vanity_address.md
│ │ │ │ │ ├── algokit:cli:features:tasks:wallet.md
│ │ │ │ │ ├── algokit:cli:features:tasks.md
│ │ │ │ │ ├── algokit:cli:tutorials:algokit-template.md
│ │ │ │ │ ├── algokit:cli:tutorials:intro.md
│ │ │ │ │ ├── algokit:cli:tutorials:smart-contracts.md
│ │ │ │ │ ├── algokit:docs:testnet_api.md
│ │ │ │ │ ├── algokit:lora:README.md
│ │ │ │ │ ├── algokit:README.md
│ │ │ │ │ ├── algokit:utils:python:markdown:apidocs:algokit_utils:algokit_utils.md
│ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:account.md
│ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:app-client.md
│ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:app-deploy.md
│ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:client.md
│ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:debugger.md
│ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:dispenser-client.md
│ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:transfer.md
│ │ │ │ │ ├── algokit:utils:python:markdown:index.md
│ │ │ │ │ ├── algokit:utils:python:README.md
│ │ │ │ │ ├── algokit:utils:python:source:capabilities:account.md
│ │ │ │ │ ├── algokit:utils:python:source:capabilities:app-client.md
│ │ │ │ │ ├── algokit:utils:python:source:capabilities:app-deploy.md
│ │ │ │ │ ├── algokit:utils:python:source:capabilities:client.md
│ │ │ │ │ ├── algokit:utils:python:source:capabilities:debugger.md
│ │ │ │ │ ├── algokit:utils:python:source:capabilities:dispenser-client.md
│ │ │ │ │ ├── algokit:utils:python:source:capabilities:transfer.md
│ │ │ │ │ ├── algokit:utils:python:source:index.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:account.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:algorand-client.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:amount.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:app-client.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:app-deploy.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:app.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:asset.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:client.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:debugging.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:dispenser-client.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:event-emitter.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:indexer.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:testing.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:transaction-composer.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:transaction.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:transfer.md
│ │ │ │ │ ├── algokit:utils:typescript:capabilities:typed-app-clients.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:testing.TestLogger.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:testing.TransactionLogger.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_account_manager.AccountManager.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_account.MultisigAccount.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_account.SigningAccount.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_algo_http_client_with_retry.AlgoHttpClientWithRetry.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_algorand_client_transaction_creator.AlgorandClientTransactionCreator.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_algorand_client_transaction_sender.AlgorandClientTransactionSender.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_algorand_client.AlgorandClient.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_amount.AlgoAmount.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_arc56.Arc56Method.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_client.AppClient.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_client.ApplicationClient.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_deployer.AppDeployer.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_factory.AppFactory.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_manager.AppManager.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_asset_manager.AssetManager.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_async_event_emitter.AsyncEventEmitter.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_client_manager.ClientManager.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_composer.TransactionComposer.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_config.UpdatableConfig.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_dispenser_client.TestNetDispenserApiClient.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_kmd_account_manager.KmdAccountManager.md
│ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_logic_error.LogicError.md
│ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_app.OnSchemaBreak.md
│ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_app.OnUpdate.md
│ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_indexer.AccountStatus.md
│ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_indexer.ApplicationOnComplete.md
│ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_indexer.SignatureType.md
│ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_lifecycle_events.EventType.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_account_manager.EnsureFundedResult.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_account.AccountConfig.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_account.TransactionSignerAccount.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_algorand_client_interface.AlgorandClientInterface.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.Arc56Contract.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.Event.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.Method.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.ProgramSourceInfo.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.StorageKey.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.StorageMap.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.StructField.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallABIArgs.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallCoreParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationResult.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCallInterfaceParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCoreParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppSourceMaps.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.FundAppAccountParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppById.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppByIdBase.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.SourceMapExport.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_deployer.AppLookup.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_deployer.AppMetadata.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_factory.AppFactoryParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_manager.AppInformation.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_manager.BoxReference.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_manager.BoxValueRequestParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_manager.BoxValuesRequestParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.AppSources.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.AppSpec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.CallConfig.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.DeclaredSchemaValueSpec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.Hint.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.ReservedSchemaValueSpec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.Schema.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.SchemaSpec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.StateSchemaSpec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.Struct.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppCallParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppCallTransactionResultOfType.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppCompilationResult.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppDeploymentParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppDeployMetadata.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppLookup.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppMetadata.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppReference.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppState.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppStorageSchema.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.BoxName.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.BoxReference.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.BoxValueRequestParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.BoxValuesRequestParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.CompiledTeal.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.CoreAppCallArgs.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.CreateAppParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.RawAppCallArgs.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.TealTemplateParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.UpdateAppParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset_manager.AssetInformation.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset_manager.BulkAssetOptInOutResult.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset.AssetBulkOptInOutParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset.AssetOptInParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset.AssetOptOutParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset.CreateAssetParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_client_manager.AlgoSdkClients.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppClient.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppFactory.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_composer.BuiltTransactions.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_config.Config.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_debugging.AVMTracesEventData.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_debugging.TealSourceDebugEventData.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_debugging.TealSourcesDebugEventData.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserFundResponse.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserLimitResponse.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_dispenser_client.TestNetDispenserApiClientParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_indexer.LookupAssetHoldingsOptions.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_logic_error.LogicErrorDetails.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_network_client.AlgoClientConfig.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_network_client.AlgoConfig.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_network_client.NetworkDetails.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.AlgoKitLogCaptureFixture.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixture.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixtureConfig.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.AlgorandTestAutomationContext.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.GetTestAccountParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.LogSnapshotConfig.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.AtomicTransactionComposerToSend.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResult.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResults.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.SendAtomicTransactionComposerResults.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.SendParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResult.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResults.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.TransactionGroupToSend.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.TransactionToSign.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transfer.AlgoRekeyParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transfer.AlgoTransferParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedReturnType.md
│ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transfer.TransferAssetParams.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:index.indexer.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:index.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:testing.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_account_manager_spec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_account_manager.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_account.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algo_http_client_with_retry.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_asset_spec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_interface.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_spec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_transaction_creator.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_transaction_sender.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_transfer_spec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_amount_spec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_amount.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_arc56.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_client_spec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_client.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_deployer.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_factory_and_client_spec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_factory.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_manager.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_spec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_asset_manager.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_asset.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_async_event_emitter_spec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_async_event_emitter.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_client_manager_spec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_client_manager.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_composer.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_config.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_debugging.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_dispenser_client_spec.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_dispenser_client.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_expand.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_indexer.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_kmd_account_manager.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_lifecycle_events.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_logging.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_logic_error.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_network_client.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_testing.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_transaction.md
│ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_transfer.md
│ │ │ │ │ ├── algokit:utils:typescript:code:README.md
│ │ │ │ │ ├── algokit:utils:typescript:README.md
│ │ │ │ │ ├── algokit:utils:typescript:v7-migration.md
│ │ │ │ │ ├── algokit:utils:typescript:v8-migration.md
│ │ │ │ │ ├── ARCs:ARC-template.md
│ │ │ │ │ ├── ARCs:assets:arc-0012:README.md
│ │ │ │ │ ├── ARCs:assets:arc-0034:TemplateForm.md
│ │ │ │ │ ├── ARCs:assets:arc-0062:README.md
│ │ │ │ │ ├── ARCs:pages:nfts.md
│ │ │ │ │ ├── ARCs:pages:wallets.md
│ │ │ │ │ ├── ARCs:README.md
│ │ │ │ │ ├── ARCs:specs:arc-0000.md
│ │ │ │ │ ├── ARCs:specs:arc-0001.md
│ │ │ │ │ ├── ARCs:specs:arc-0002.md
│ │ │ │ │ ├── ARCs:specs:arc-0003.md
│ │ │ │ │ ├── ARCs:specs:arc-0004.md
│ │ │ │ │ ├── ARCs:specs:arc-0005.md
│ │ │ │ │ ├── ARCs:specs:arc-0006.md
│ │ │ │ │ ├── ARCs:specs:arc-0007.md
│ │ │ │ │ ├── ARCs:specs:arc-0008.md
│ │ │ │ │ ├── ARCs:specs:arc-0009.md
│ │ │ │ │ ├── ARCs:specs:arc-0010.md
│ │ │ │ │ ├── ARCs:specs:arc-0011.md
│ │ │ │ │ ├── ARCs:specs:arc-0012.md
│ │ │ │ │ ├── ARCs:specs:arc-0015.md
│ │ │ │ │ ├── ARCs:specs:arc-0016.md
│ │ │ │ │ ├── ARCs:specs:arc-0018.md
│ │ │ │ │ ├── ARCs:specs:arc-0019.md
│ │ │ │ │ ├── ARCs:specs:arc-0020.md
│ │ │ │ │ ├── ARCs:specs:arc-0021.md
│ │ │ │ │ ├── ARCs:specs:arc-0022.md
│ │ │ │ │ ├── ARCs:specs:arc-0023.md
│ │ │ │ │ ├── ARCs:specs:arc-0025.md
│ │ │ │ │ ├── ARCs:specs:arc-0026.md
│ │ │ │ │ ├── ARCs:specs:arc-0028.md
│ │ │ │ │ ├── ARCs:specs:arc-0032.md
│ │ │ │ │ ├── ARCs:specs:arc-0033.md
│ │ │ │ │ ├── ARCs:specs:arc-0034.md
│ │ │ │ │ ├── ARCs:specs:arc-0035.md
│ │ │ │ │ ├── ARCs:specs:arc-0036.md
│ │ │ │ │ ├── ARCs:specs:arc-0042.md
│ │ │ │ │ ├── ARCs:specs:arc-0047.md
│ │ │ │ │ ├── ARCs:specs:arc-0048.md
│ │ │ │ │ ├── ARCs:specs:arc-0049.md
│ │ │ │ │ ├── ARCs:specs:arc-0054.md
│ │ │ │ │ ├── ARCs:specs:arc-0055.md
│ │ │ │ │ ├── ARCs:specs:arc-0056.md
│ │ │ │ │ ├── ARCs:specs:arc-0059.md
│ │ │ │ │ ├── ARCs:specs:arc-0062.md
│ │ │ │ │ ├── ARCs:specs:arc-0065.md
│ │ │ │ │ ├── ARCs:specs:arc-0069.md
│ │ │ │ │ ├── ARCs:specs:arc-0072.md
│ │ │ │ │ ├── ARCs:specs:arc-0073.md
│ │ │ │ │ ├── ARCs:specs:arc-0074.md
│ │ │ │ │ ├── ARCs:specs:arc-0076.md
│ │ │ │ │ ├── ARCs:specs:arc-0078.md
│ │ │ │ │ ├── ARCs:specs:arc-0079.md
│ │ │ │ │ ├── ARCs:specs:arc-0200.md
│ │ │ │ │ ├── clis_index.md
│ │ │ │ │ ├── developer:docs:about.md
│ │ │ │ │ ├── developer:docs:clis:algokey:algokey.md
│ │ │ │ │ ├── developer:docs:clis:algokey:generate.md
│ │ │ │ │ ├── developer:docs:clis:algokey:import.md
│ │ │ │ │ ├── developer:docs:clis:algokey:multisig:append-auth-addr.md
│ │ │ │ │ ├── developer:docs:clis:algokey:multisig:multisig.md
│ │ │ │ │ ├── developer:docs:clis:algokey:part:info.md
│ │ │ │ │ ├── developer:docs:clis:algokey:part:part.md
│ │ │ │ │ ├── developer:docs:clis:algokey:part:reparent.md
│ │ │ │ │ ├── developer:docs:clis:algokey:sign.md
│ │ │ │ │ ├── developer:docs:clis:conduit:conduit.md
│ │ │ │ │ ├── developer:docs:clis:conduit:init.md
│ │ │ │ │ ├── developer:docs:clis:conduit:list:exporters.md
│ │ │ │ │ ├── developer:docs:clis:conduit:list:importers.md
│ │ │ │ │ ├── developer:docs:clis:conduit:list:list.md
│ │ │ │ │ ├── developer:docs:clis:conduit:list:processors.md
│ │ │ │ │ ├── developer:docs:clis:diagcfg:diagcfg.md
│ │ │ │ │ ├── developer:docs:clis:diagcfg:metric:disable.md
│ │ │ │ │ ├── developer:docs:clis:diagcfg:metric:enable.md
│ │ │ │ │ ├── developer:docs:clis:diagcfg:metric:metric.md
│ │ │ │ │ ├── developer:docs:clis:diagcfg:metric:status.md
│ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:disable.md
│ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:enable.md
│ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:endpoint.md
│ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:name.md
│ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:status.md
│ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:telemetry.md
│ │ │ │ │ ├── developer:docs:clis:goal:node:restart.md
│ │ │ │ │ ├── developer:docs:clis:goal:node:start.md
│ │ │ │ │ ├── developer:docs:clis:goal:node:status.md
│ │ │ │ │ ├── developer:docs:clis:goal:node:stop.md
│ │ │ │ │ ├── developer:docs:clis:goal:node:wait.md
│ │ │ │ │ ├── developer:docs:clis:goal:protocols.md
│ │ │ │ │ ├── developer:docs:clis:goal:report.md
│ │ │ │ │ ├── developer:docs:clis:goal:version.md
│ │ │ │ │ ├── developer:docs:clis:goal:wallet:list.md
│ │ │ │ │ ├── developer:docs:clis:goal:wallet:new.md
│ │ │ │ │ ├── developer:docs:clis:goal:wallet:wallet.md
│ │ │ │ │ ├── developer:docs:clis:indexer:api-config.md
│ │ │ │ │ ├── developer:docs:clis:indexer:daemon.md
│ │ │ │ │ ├── developer:docs:clis:indexer:indexer.md
│ │ │ │ │ ├── developer:docs:clis:indexer:util:util.md
│ │ │ │ │ ├── developer:docs:clis:indexer:util:validator.md
│ │ │ │ │ ├── developer:docs:clis:kmd.md
│ │ │ │ │ ├── developer:docs:clis:tealdbg:debug.md
│ │ │ │ │ ├── developer:docs:clis:tealdbg:remote.md
│ │ │ │ │ ├── developer:docs:clis:tealdbg:tealdbg.md
│ │ │ │ │ ├── developer:docs:details:accounts:create.md
│ │ │ │ │ ├── developer:docs:details:accounts:index.md
│ │ │ │ │ ├── developer:docs:details:accounts:rekey.md
│ │ │ │ │ ├── developer:docs:details:algorand_consensus.md
│ │ │ │ │ ├── developer:docs:details:algorand-networks:betanet.md
│ │ │ │ │ ├── developer:docs:details:algorand-networks:index.md
│ │ │ │ │ ├── developer:docs:details:algorand-networks:mainnet.md
│ │ │ │ │ ├── developer:docs:details:algorand-networks:testnet.md
│ │ │ │ │ ├── developer:docs:details:asa.md
│ │ │ │ │ ├── developer:docs:details:atc.md
│ │ │ │ │ ├── developer:docs:details:atomic_transfers.md
│ │ │ │ │ ├── developer:docs:details:conduit.md
│ │ │ │ │ ├── developer:docs:details:crust.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:index.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:guidelines.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:index.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:jsonspec.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:index.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v1.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v10.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v2.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v3.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v4.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v5.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v6.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v7.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v8.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v9.md
│ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:specification.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:ABI:index.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:apps:create.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:apps:index.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:apps:innertx.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:apps:state.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:apps:txs.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:debugging.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:frontend:apps.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:frontend:smartsigs.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:guidelines.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:index.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:smartsigs:index.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:smartsigs:modes.md
│ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:smartsigs:walkthrough.md
│ │ │ │ │ ├── developer:docs:details:dapps:writing-contracts:beaker.md
│ │ │ │ │ ├── developer:docs:details:dapps:writing-contracts:pyteal.md
│ │ │ │ │ ├── developer:docs:details:dapps:writing-contracts:python.md
│ │ │ │ │ ├── developer:docs:details:encoding.md
│ │ │ │ │ ├── developer:docs:details:ethereum_to_algorand.md
│ │ │ │ │ ├── developer:docs:details:index.md
│ │ │ │ │ ├── developer:docs:details:indexer.md
│ │ │ │ │ ├── developer:docs:details:parameter_tables.md
│ │ │ │ │ ├── developer:docs:details:stateproofs:index.md
│ │ │ │ │ ├── developer:docs:details:stateproofs:light_client.md
│ │ │ │ │ ├── developer:docs:details:technical_faq.md
│ │ │ │ │ ├── developer:docs:details:transactions:index.md
│ │ │ │ │ ├── developer:docs:details:transactions:offline_transactions.md
│ │ │ │ │ ├── developer:docs:details:transactions:payment_prompts.md
│ │ │ │ │ ├── developer:docs:details:transactions:signatures.md
│ │ │ │ │ ├── developer:docs:details:transactions:transactions.md
│ │ │ │ │ ├── developer:docs:details:useful_resources.md
│ │ │ │ │ ├── developer:docs:get-started:algokit.md
│ │ │ │ │ ├── developer:docs:get-started:basics:what_is_blockchain.md
│ │ │ │ │ ├── developer:docs:get-started:basics:whats_a_dapp.md
│ │ │ │ │ ├── developer:docs:get-started:basics:where_to_start.md
│ │ │ │ │ ├── developer:docs:get-started:basics:why_algorand.md
│ │ │ │ │ ├── developer:docs:get-started:tokenization:ft.md
│ │ │ │ │ ├── developer:docs:get-started:tokenization:nft.md
│ │ │ │ │ ├── developer:docs:index.md
│ │ │ │ │ ├── developer:docs:rest-apis:algod.md
│ │ │ │ │ ├── developer:docs:rest-apis:indexer.md
│ │ │ │ │ ├── developer:docs:rest-apis:kmd.md
│ │ │ │ │ ├── developer:docs:rest-apis:restendpoints.md
│ │ │ │ │ ├── developer:docs:run-a-node:operations:catchup.md
│ │ │ │ │ ├── developer:docs:run-a-node:operations:switch_networks.md
│ │ │ │ │ ├── developer:docs:run-a-node:participate:generate_keys.md
│ │ │ │ │ ├── developer:docs:run-a-node:participate:index.md
│ │ │ │ │ ├── developer:docs:run-a-node:participate:offline.md
│ │ │ │ │ ├── developer:docs:run-a-node:participate:online.md
│ │ │ │ │ ├── developer:docs:run-a-node:participate:renew.md
│ │ │ │ │ ├── developer:docs:run-a-node:reference:artifacts.md
│ │ │ │ │ ├── developer:docs:run-a-node:reference:config.md
│ │ │ │ │ ├── developer:docs:run-a-node:reference:relay.md
│ │ │ │ │ ├── developer:docs:run-a-node:reference:telemetry-config.md
│ │ │ │ │ ├── developer:docs:run-a-node:setup:indexer.md
│ │ │ │ │ ├── developer:docs:run-a-node:setup:install.md
│ │ │ │ │ ├── developer:docs:run-a-node:setup:node-troubleshooting.md
│ │ │ │ │ ├── developer:docs:run-a-node:setup:types.md
│ │ │ │ │ ├── developer:docs:sdks:go:index.md
│ │ │ │ │ ├── developer:docs:sdks:index.md
│ │ │ │ │ ├── developer:docs:sdks:java:index.md
│ │ │ │ │ ├── developer:docs:sdks:javascript:index.md
│ │ │ │ │ ├── developer:docs:sdks:python:index.md
│ │ │ │ │ ├── developer:python:code:example:accounts.md
│ │ │ │ │ ├── developer:python:code:example:arc4_types.md
│ │ │ │ │ ├── developer:python:code:example:assets.md
│ │ │ │ │ ├── developer:python:code:example:box_storage.md
│ │ │ │ │ ├── developer:python:code:example:control_flow.md
│ │ │ │ │ ├── developer:python:code:example:crypto:merkle_tree.md
│ │ │ │ │ ├── developer:python:code:example:defi:amm.md
│ │ │ │ │ ├── developer:python:code:example:defi:auction.md
│ │ │ │ │ ├── developer:python:code:example:defi:htlc_logicsig.md
│ │ │ │ │ ├── developer:python:code:example:defi:marketplace.md
│ │ │ │ │ ├── developer:python:code:example:events:arc28_events.md
│ │ │ │ │ ├── developer:python:code:example:global_storage.md
│ │ │ │ │ ├── developer:python:code:example:governance:simple_voting.md
│ │ │ │ │ ├── developer:python:code:example:hello_world.md
│ │ │ │ │ ├── developer:python:code:example:inner_transactions.md
│ │ │ │ │ ├── developer:python:code:example:local_storage.md
│ │ │ │ │ ├── developer:python:code:example:nft:proof_of_attendance.md
│ │ │ │ │ ├── developer:python:code:example:privacy:zk_whitelist.md
│ │ │ │ │ ├── developer:python:code:example:scratch_storage.md
│ │ │ │ │ ├── developer:python:code:example:self_payment.md
│ │ │ │ │ ├── developer:python:code:example:struct_in_box.md
│ │ │ │ │ ├── developer:python:code:example:subsidize_app_call.md
│ │ │ │ │ ├── developer:python:code:example:transactions.md
│ │ │ │ │ ├── developer:python:code:example:utility:calculator.md
│ │ │ │ │ ├── devportal-code-examples:projects:python-contract-examples:README.md
│ │ │ │ │ ├── devportal-code-examples:README.md
│ │ │ │ │ ├── docs:.walletconnect:index.md
│ │ │ │ │ ├── docs:.walletconnect:walletconnect-schema.md
│ │ │ │ │ ├── docs:README.md
│ │ │ │ │ ├── docs:scripts:example_tracker:example_list.md
│ │ │ │ │ ├── docs:scripts:README.md
│ │ │ │ │ ├── index.md
│ │ │ │ │ ├── liquid_auth_index.md
│ │ │ │ │ ├── liquid-auth:ARCHITECTURE.md
│ │ │ │ │ ├── liquid-auth:decisions:1-Service-Authentication.md
│ │ │ │ │ ├── liquid-auth:decisions:2-Bidirectional-Communication.md
│ │ │ │ │ ├── liquid-auth:decisions:3-Peer-to-Peer-Signaling.md
│ │ │ │ │ ├── liquid-auth:decisions:4-Fido-Extension.md
│ │ │ │ │ ├── liquid-auth:decisions:README.md
│ │ │ │ │ ├── liquid-auth:docs:architecture.md
│ │ │ │ │ ├── liquid-auth:docs:clients:android:provider-service:authenticate.md
│ │ │ │ │ ├── liquid-auth:docs:clients:android:provider-service:register.md
│ │ │ │ │ ├── liquid-auth:docs:clients:browser:authentication.md
│ │ │ │ │ ├── liquid-auth:docs:clients:browser:example.md
│ │ │ │ │ ├── liquid-auth:docs:introduction.md
│ │ │ │ │ ├── liquid-auth:docs:README.md
│ │ │ │ │ ├── liquid-auth:docs:server:environment-variables.md
│ │ │ │ │ ├── liquid-auth:docs:server:integrations.md
│ │ │ │ │ ├── liquid-auth:docs:server:introduction.md
│ │ │ │ │ ├── liquid-auth:docs:server:running-locally.md
│ │ │ │ │ ├── liquid-auth:README.md
│ │ │ │ │ ├── liquid-auth:SEQUENCE.md
│ │ │ │ │ ├── liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.request.md
│ │ │ │ │ ├── liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.response.md
│ │ │ │ │ ├── liquid-auth:services:liquid-auth-api-js:src:attestation:attestation.controller.post.request.md
│ │ │ │ │ ├── liquid-auth:services:liquid-auth-api-js:src:auth:auth.controller.get.user.md
│ │ │ │ │ ├── liquid-auth:sites:express-dapp:README.md
│ │ │ │ │ ├── liquid-auth:VISION.md
│ │ │ │ │ ├── puya_index.md
│ │ │ │ │ ├── puya:docs:algopy_testing:index.md
│ │ │ │ │ ├── puya:docs:api-algopy.arc4.md
│ │ │ │ │ ├── puya:docs:api-algopy.gtxn.md
│ │ │ │ │ ├── puya:docs:api-algopy.itxn.md
│ │ │ │ │ ├── puya:docs:api-algopy.md
│ │ │ │ │ ├── puya:docs:api-algopy.op.md
│ │ │ │ │ ├── puya:docs:api.md
│ │ │ │ │ ├── puya:docs:compiler.md
│ │ │ │ │ ├── puya:docs:index.md
│ │ │ │ │ ├── puya:docs:language-guide.md
│ │ │ │ │ ├── puya:docs:lg-arc28.md
│ │ │ │ │ ├── puya:docs:lg-arc4.md
│ │ │ │ │ ├── puya:docs:lg-builtins.md
│ │ │ │ │ ├── puya:docs:lg-calling-apps.md
│ │ │ │ │ ├── puya:docs:lg-compile.md
│ │ │ │ │ ├── puya:docs:lg-control.md
│ │ │ │ │ ├── puya:docs:lg-errors.md
│ │ │ │ │ ├── puya:docs:lg-logs.md
│ │ │ │ │ ├── puya:docs:lg-modules.md
│ │ │ │ │ ├── puya:docs:lg-opcode-budget.md
│ │ │ │ │ ├── puya:docs:lg-ops.md
│ │ │ │ │ ├── puya:docs:lg-storage.md
│ │ │ │ │ ├── puya:docs:lg-structure.md
│ │ │ │ │ ├── puya:docs:lg-transactions.md
│ │ │ │ │ ├── puya:docs:lg-types.md
│ │ │ │ │ ├── puya:docs:lg-unsupported-python-features.md
│ │ │ │ │ ├── puya:docs:principles.md
│ │ │ │ │ ├── puya:examples:auction:README.md
│ │ │ │ │ ├── puya:python:testing:docs:algopy.md
│ │ │ │ │ ├── puya:python:testing:docs:api.md
│ │ │ │ │ ├── puya:python:testing:docs:coverage.md
│ │ │ │ │ ├── puya:python:testing:docs:examples.md
│ │ │ │ │ ├── puya:python:testing:docs:faq.md
│ │ │ │ │ ├── puya:python:testing:docs:index.md
│ │ │ │ │ ├── puya:python:testing:docs:testing-guide:arc4-types.md
│ │ │ │ │ ├── puya:python:testing:docs:testing-guide:avm-types.md
│ │ │ │ │ ├── puya:python:testing:docs:testing-guide:concepts.md
│ │ │ │ │ ├── puya:python:testing:docs:testing-guide:contract-testing.md
│ │ │ │ │ ├── puya:python:testing:docs:testing-guide:index.md
│ │ │ │ │ ├── puya:python:testing:docs:testing-guide:opcodes.md
│ │ │ │ │ ├── puya:python:testing:docs:testing-guide:signature-testing.md
│ │ │ │ │ ├── puya:python:testing:docs:testing-guide:state-management.md
│ │ │ │ │ ├── puya:python:testing:docs:testing-guide:subroutines.md
│ │ │ │ │ ├── puya:python:testing:docs:testing-guide:transactions.md
│ │ │ │ │ ├── puya:python:testing:examples:README.md
│ │ │ │ │ ├── puya:python:testing:README.md
│ │ │ │ │ ├── puya:README.md
│ │ │ │ │ ├── puya:src:puya:ARCHITECTURE.md
│ │ │ │ │ ├── puya:src:puyapy:_typeshed:README.md
│ │ │ │ │ ├── puya:src:puyapy:_vendor:mypy:typeshed:stdlib:_typeshed:README.md
│ │ │ │ │ ├── puya:src:puyapy:awst_build:README.md
│ │ │ │ │ ├── puya:stubs:README.md
│ │ │ │ │ ├── puya:tests:test_expected_output:README.md
│ │ │ │ │ ├── puya:typescript:docs:architecture-decisions:2024-05-21_primitive-bytes-and-strings.md
│ │ │ │ │ ├── puya:typescript:docs:architecture-decisions:2024-05-21_primitive-integer-types.md
│ │ │ │ │ ├── puya:typescript:docs:README.md
│ │ │ │ │ ├── puya:typescript:packages:algo-ts:readme.md
│ │ │ │ │ ├── puya:typescript:README.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIAddressType.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIArrayDynamicType.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIArrayStaticType.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIBoolType.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIByteType.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIContract.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIInterface.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIMethod.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIStringType.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABITupleType.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIType.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIUfixedType.md
│ │ │ │ │ ├── SDKs:javascript:classes:ABIUintType.md
│ │ │ │ │ ├── SDKs:javascript:classes:Algodv2.md
│ │ │ │ │ ├── SDKs:javascript:classes:AtomicTransactionComposer.md
│ │ │ │ │ ├── SDKs:javascript:classes:DryrunResult.md
│ │ │ │ │ ├── SDKs:javascript:classes:Indexer.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Account.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AccountParticipation.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AccountResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AccountsResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AccountStateDelta.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Application.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationLocalState.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationLocalStatesResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationLogData.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationLogsResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationParams.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationsResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationStateSchema.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Asset.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetBalancesResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetHolding.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetHoldingsResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetParams.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetsResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Block.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.BlockRewards.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.BlockUpgradeState.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.BlockUpgradeVote.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Box.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.BoxDescriptor.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.BoxesResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ErrorResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.EvalDelta.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.EvalDeltaKeyValue.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.HashFactory.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.HealthCheck.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.IndexerStateProofMessage.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.MerkleArrayProof.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.MiniAssetHolding.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ParticipationUpdates.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofFields.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofParticipant.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofReveal.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofSignature.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofSigSlot.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofTracking.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofVerifier.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateSchema.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TealKeyValue.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TealValue.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Transaction.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionApplication.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionAssetConfig.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionAssetFreeze.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionAssetTransfer.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionKeyreg.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionPayment.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionSignature.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionSignatureLogicsig.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionSignatureMultisig.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionSignatureMultisigSubsignature.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionsResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionStateProof.md
│ │ │ │ │ ├── SDKs:javascript:classes:Kmd.md
│ │ │ │ │ ├── SDKs:javascript:classes:LogicSig.md
│ │ │ │ │ ├── SDKs:javascript:classes:LogicSigAccount.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.Account.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountApplicationResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountAssetHolding.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountAssetResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountAssetsInformationResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountParticipation.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountStateDelta.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AppCallLogs.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.Application.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationInitialStates.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationKVStorage.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationLocalReference.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationLocalState.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationParams.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationStateOperation.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationStateSchema.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.Asset.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AssetHolding.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AssetHoldingReference.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AssetParams.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AvmKeyValue.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AvmValue.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BlockHashResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BlockLogsResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BlockResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BlockTxidsResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.Box.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BoxDescriptor.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BoxesResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BoxReference.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BuildVersion.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.CompileResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DisassembleResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DryrunRequest.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DryrunResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DryrunSource.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DryrunState.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DryrunTxnResult.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ErrorResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.EvalDelta.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.EvalDeltaKeyValue.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.GetBlockTimeStampOffsetResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.GetSyncRoundResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.KvDelta.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.LedgerStateDeltaForTransactionGroup.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.LightBlockHeaderProof.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.NodeStatusResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.PendingTransactionResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.PendingTransactionsResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.PostTransactionsResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ScratchChange.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateInitialStates.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateRequest.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateRequestTransactionGroup.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateTraceConfig.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateTransactionGroupResult.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateTransactionResult.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateUnnamedResourcesAccessed.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulationEvalOverrides.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulationOpcodeTraceUnit.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulationTransactionExecTrace.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.StateProof.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.StateProofMessage.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SupplyResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.TealKeyValue.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.TealValue.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.TransactionParametersResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.TransactionProofResponse.md
│ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.Version.md
│ │ │ │ │ ├── SDKs:javascript:classes:SourceMap.md
│ │ │ │ │ ├── SDKs:javascript:classes:Transaction.md
│ │ │ │ │ ├── SDKs:javascript:enums:ABIReferenceType.md
│ │ │ │ │ ├── SDKs:javascript:enums:ABITransactionType.md
│ │ │ │ │ ├── SDKs:javascript:enums:AtomicTransactionComposerStatus.md
│ │ │ │ │ ├── SDKs:javascript:enums:IntDecoding.md
│ │ │ │ │ ├── SDKs:javascript:enums:OnApplicationComplete.md
│ │ │ │ │ ├── SDKs:javascript:enums:TransactionType.md
│ │ │ │ │ ├── SDKs:javascript:examples:README.md
│ │ │ │ │ ├── SDKs:javascript:FAQ.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:ABIContractNetworkInfo.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:ABIContractNetworks.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:ABIContractParams.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:ABIInterfaceParams.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:ABIMethodArgParams.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:ABIMethodParams.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:ABIMethodReturnParams.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:ABIResult.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:Account.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:Address.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:AlgodTokenHeader.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:BaseHTTPClient.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:BaseHTTPClientError.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:BaseHTTPClientResponse.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:BoxReference.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:CustomTokenHeader.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedAssetParams.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedBoxReference.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedGlobalStateSchema.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedLocalStateSchema.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedLogicSig.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedLogicSigAccount.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedMultisig.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedSignedTransaction.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedSubsig.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedTransaction.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:IndexerTokenHeader.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:KMDTokenHeader.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:MultisigMetadata.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:SignedTransaction.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:SuggestedParams.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:TransactionParams.md
│ │ │ │ │ ├── SDKs:javascript:interfaces:TransactionWithSigner.md
│ │ │ │ │ ├── SDKs:javascript:modules:indexerModels.md
│ │ │ │ │ ├── SDKs:javascript:modules:modelsv2.md
│ │ │ │ │ ├── SDKs:javascript:modules.md
│ │ │ │ │ ├── SDKs:javascript:README.md
│ │ │ │ │ ├── SDKs:python:algosdk:v2client:harness:README.md
│ │ │ │ │ ├── SDKs:python:examples:README.md
│ │ │ │ │ ├── SDKs:python:README.md
│ │ │ │ │ ├── tealscript:examples_amm_README.md
│ │ │ │ │ ├── tealscript:examples_auction_README.md
│ │ │ │ │ ├── tealscript:examples_big_box_README.md
│ │ │ │ │ ├── tealscript:examples_itxns_README.md
│ │ │ │ │ ├── tealscript:examples_lsig_with_app_README.md
│ │ │ │ │ ├── tealscript:examples_reti_README.md
│ │ │ │ │ ├── tealscript:FEATURES.md
│ │ │ │ │ ├── tealscript:guides_atomic_txn.md
│ │ │ │ │ ├── tealscript:guides_features.md
│ │ │ │ │ ├── tealscript:guides_getting_started.md
│ │ │ │ │ ├── tealscript:guides_inner_transactions.md
│ │ │ │ │ ├── tealscript:guides_lifecycle.md
│ │ │ │ │ ├── tealscript:guides_math.md
│ │ │ │ │ ├── tealscript:guides_methods.md
│ │ │ │ │ ├── tealscript:guides_multiple_contracts.md
│ │ │ │ │ ├── tealscript:guides_pyteal.md
│ │ │ │ │ ├── tealscript:guides_storage.md
│ │ │ │ │ ├── tealscript:guides_Supported Types_arrays.md
│ │ │ │ │ ├── tealscript:guides_Supported Types_numbers.md
│ │ │ │ │ ├── TEALScript:README.md
│ │ │ │ │ ├── tealscript:tests_test_package_README.md
│ │ │ │ │ ├── tealscript:tutorials_Hello World_0001-intro.md
│ │ │ │ │ ├── tealscript:tutorials_Hello World_0002-init.md
│ │ │ │ │ ├── tealscript:tutorials_Hello World_0003-contract.md
│ │ │ │ │ ├── tealscript:tutorials_Hello World_0004-artifacts.md
│ │ │ │ │ ├── tealscript:tutorials_Hello World_0005-hello.md
│ │ │ │ │ └── tealscript:tutorials_Hello World_0006-test.md
│ │ │ │ └── taxonomy-categories
│ │ │ │ ├── algokit-utils.json
│ │ │ │ ├── algokit.json
│ │ │ │ ├── arcs.json
│ │ │ │ ├── clis.json
│ │ │ │ ├── details.json
│ │ │ │ ├── developers.json
│ │ │ │ ├── liquid-auth.json
│ │ │ │ ├── nodes.json
│ │ │ │ ├── puya.json
│ │ │ │ ├── python.json
│ │ │ │ ├── sdks.json
│ │ │ │ └── tealscript.json
│ │ │ └── wallet
│ │ │ └── index.ts
│ │ ├── tools
│ │ │ ├── accountManager.ts
│ │ │ ├── algodManager.ts
│ │ │ ├── apiManager
│ │ │ │ ├── algod
│ │ │ │ │ ├── account.ts
│ │ │ │ │ ├── application.ts
│ │ │ │ │ ├── asset.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── transaction.ts
│ │ │ │ ├── example
│ │ │ │ │ ├── get-balance.ts
│ │ │ │ │ └── index.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── indexer
│ │ │ │ │ ├── account.ts
│ │ │ │ │ ├── application.ts
│ │ │ │ │ ├── asset.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── transaction.ts
│ │ │ │ ├── nfd
│ │ │ │ │ └── index.ts
│ │ │ │ ├── tinyman
│ │ │ │ │ ├── analytics.ts
│ │ │ │ │ ├── bootstrap.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── liquidity.ts
│ │ │ │ │ ├── opt_in.ts
│ │ │ │ │ ├── pool.ts
│ │ │ │ │ ├── remove_liquidity.ts
│ │ │ │ │ └── swap.ts
│ │ │ │ ├── ultrade
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── market.ts
│ │ │ │ │ ├── system.ts
│ │ │ │ │ └── wallet.ts
│ │ │ │ └── vestige
│ │ │ │ ├── assets.ts
│ │ │ │ ├── balances.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── networks.ts
│ │ │ │ ├── notes.ts
│ │ │ │ ├── pools.ts
│ │ │ │ ├── protocols.ts
│ │ │ │ ├── swaps.ts
│ │ │ │ └── vaults.ts
│ │ │ ├── arc26Manager.ts
│ │ │ ├── index.ts
│ │ │ ├── knowledgeManager.ts
│ │ │ ├── transactionManager
│ │ │ │ ├── accountTransactions.ts
│ │ │ │ ├── appTransactions
│ │ │ │ │ ├── callTxn.ts
│ │ │ │ │ ├── clearTxn.ts
│ │ │ │ │ ├── closeOutTxn.ts
│ │ │ │ │ ├── createTxn.ts
│ │ │ │ │ ├── deleteTxn.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── optInTxn.ts
│ │ │ │ │ ├── test
│ │ │ │ │ │ ├── counter_approval.teal
│ │ │ │ │ │ ├── counter_clear.teal
│ │ │ │ │ │ ├── storage_test_approval_v2.teal
│ │ │ │ │ │ ├── storage_test_approval.teal
│ │ │ │ │ │ └── storage_test_clear.teal
│ │ │ │ │ ├── types.ts
│ │ │ │ │ └── updateTxn.ts
│ │ │ │ ├── assetTransactions.ts
│ │ │ │ ├── generalTransaction.ts
│ │ │ │ └── index.ts
│ │ │ └── utilityManager.ts
│ │ ├── types.ts
│ │ └── utils
│ │ └── responseProcessor.ts
│ ├── tests
│ │ ├── resources
│ │ │ ├── algod
│ │ │ │ ├── account.test.ts
│ │ │ │ ├── application.test.ts
│ │ │ │ ├── asset.test.ts
│ │ │ │ └── transaction.test.ts
│ │ │ └── indexer
│ │ │ ├── account.test.ts
│ │ │ ├── application.test.ts
│ │ │ ├── asset.test.ts
│ │ │ └── transaction.test.ts
│ │ └── tools
│ │ ├── accountManager.test.ts
│ │ ├── algodManager.test.ts
│ │ ├── apiManager
│ │ │ └── example
│ │ │ └── get-balance.test.ts
│ │ ├── transactionManager
│ │ │ ├── accountTransactionManager.test.ts
│ │ │ ├── appTransactionManager.test.ts
│ │ │ ├── assetTransactionManager.test.ts
│ │ │ ├── generalTransactionManager.test.ts
│ │ │ └── transactionManager.test.ts
│ │ └── utilityManager.test.ts
│ └── tsconfig.json
├── README.md
├── rename_files.sh
└── tsconfig.json
```
# Files
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.TransactionToSign.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / TransactionToSign
# Interface: TransactionToSign
[types/transaction](../modules/types_transaction.md).TransactionToSign
Defines an unsigned transaction that will appear in a group of transactions along with its signing information
## Table of contents
### Properties
- [signer](types_transaction.TransactionToSign.md#signer)
- [transaction](types_transaction.TransactionToSign.md#transaction)
## Properties
### signer
• **signer**: [`SendTransactionFrom`](../modules/types_transaction.md#sendtransactionfrom)
The account to use to sign the transaction, either an account (with private key loaded) or a logic signature account
#### Defined in
[src/types/transaction.ts:115](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/transaction.ts#L115)
___
### transaction
• **transaction**: `Transaction`
The unsigned transaction to sign and send
#### Defined in
[src/types/transaction.ts:113](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/transaction.ts#L113)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/puya:typescript:README.md:
--------------------------------------------------------------------------------
```markdown
# Algorand TypeScript
Algorand TypeScript is a partial implementation of the TypeScript programming language that runs on the Algorand Virtual Machine (AVM). It includes a statically typed framework for development of Algorand smart contracts and logic signatures, with TypeScript interfaces to underlying AVM functionality that works with standard TypeScript tooling.
It maintains the syntax and semantics of TypeScript such that a developer who knows TypeScript can make safe assumptions
about the behaviour of the compiled code when running on the AVM. Algorand TypeScript is also executable TypeScript that can be run
and debugged on a Node.js virtual machine with transpilation to EcmaScript and run from automated tests.
Algorand TypeScript is compiled for execution on the AVM by PuyaTs, a TypeScript frontend for the [Puya](https://github.com/algorandfoundation/puya) optimising compiler that ensures the resulting AVM bytecode execution semantics that match the given TypeScript code. PuyaTs produces output that is directly compatible with AlgoKit typed clients to make deployment and calling easy.
[Documentation](./docs/README.md)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/SDKs:javascript:interfaces:ABIMethodParams.md:
--------------------------------------------------------------------------------
```markdown
[algosdk](../README.md) / [Exports](../modules.md) / ABIMethodParams
# Interface: ABIMethodParams
## Table of contents
### Properties
- [args](ABIMethodParams.md#args)
- [desc](ABIMethodParams.md#desc)
- [events](ABIMethodParams.md#events)
- [name](ABIMethodParams.md#name)
- [readonly](ABIMethodParams.md#readonly)
- [returns](ABIMethodParams.md#returns)
## Properties
### args
• **args**: [`ABIMethodArgParams`](ABIMethodArgParams.md)[]
#### Defined in
abi/method.ts:63
___
### desc
• `Optional` **desc**: `string`
#### Defined in
abi/method.ts:62
___
### events
• `Optional` **events**: `ARC28Event`[]
[ARC-28](https://arc.algorand.foundation/ARCs/arc-0028) events that MAY be emitted by this method
#### Defined in
abi/method.ts:68
___
### name
• **name**: `string`
#### Defined in
abi/method.ts:61
___
### readonly
• `Optional` **readonly**: `boolean`
Optional, is it a read-only method (according to [ARC-22](https://arc.algorand.foundation/ARCs/arc-0022))
#### Defined in
abi/method.ts:66
___
### returns
• **returns**: [`ABIMethodReturnParams`](ABIMethodReturnParams.md)
#### Defined in
abi/method.ts:64
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:cli:features:config.md:
--------------------------------------------------------------------------------
```markdown
# AlgoKit Config
The `algokit config` command allows you to manage various global settings used by AlgoKit CLI. This feature is essential for customizing your AlgoKit environment to suit your needs.
## Usage
This command group provides a set of subcommands to configure AlgoKit settings.
Subcommands
- `version-prompt`: Configure the version prompt settings.
- `container-engine`: Configure the container engine settings.
### Version Prompt Configuration
```zsh
$ algokit config version-prompt [OPTIONS]
```
This command configures the version prompt settings for AlgoKit.
- `--enable`: Enable the version prompt.
- `--disable`: Disable the version prompt.
### Container Engine Configuration
```zsh
$ algokit config container-engine [OPTIONS]
```
This command configures the container engine settings for AlgoKit.
- `--engine`, -e: Specify the container engine to use (e.g., Docker, Podman). This option is required.
- `--path`, -p: Specify the path to the container engine executable. Optional.
## Further Reading
For in-depth details, visit the [configuration section](../cli/index.md#config) in the AlgoKit CLI reference documentation.
```
--------------------------------------------------------------------------------
/packages/server/src/tools/apiManager/algod/index.ts:
--------------------------------------------------------------------------------
```typescript
import { accountTools, handleAccountTools } from './account.js';
import { applicationTools, handleApplicationTools } from './application.js';
import { assetTools, handleAssetTools } from './asset.js';
import { transactionTools, handleTransactionTools } from './transaction.js';
import { ErrorCode, McpError } from '@modelcontextprotocol/sdk/types.js';
// Combine all algod tools
export const algodTools = [
...accountTools,
...applicationTools,
...assetTools,
...transactionTools
];
// Handle all algod API tools
export async function handleAlgodTools(name: string, args: any): Promise<any> {
// Account tools
if (name.startsWith('api_algod_get_account_')) {
return handleAccountTools(name, args);
}
// Application tools
if (name.startsWith('api_algod_get_application_')) {
return handleApplicationTools(name, args);
}
// Asset tools
if (name.startsWith('api_algod_get_asset_')) {
return handleAssetTools(name, args);
}
// Transaction tools
if (name.startsWith('api_algod_get_')) {
return handleTransactionTools(name, args);
}
throw new McpError(
ErrorCode.MethodNotFound,
`Unknown tool: ${name}`
);
}
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/developer:docs:clis:conduit:conduit.md:
--------------------------------------------------------------------------------
```markdown
title: conduit
---
## conduit
Run the Conduit framework.
### Synopsis
Conduit is a framework for ingesting blocks from the Algorand blockchain
into external applications. It is designed as a modular plugin system that
allows users to configure their own data pipelines.
You must provide a data directory containing a file named conduit.yml. The
file configures pipeline and all enabled plugins.
See other subcommands for further built in utilities and information.
Detailed documentation is online: https://github.com/algorand/conduit
```
conduit [flags]
```
### Options
```
-d, --data-dir string Set the Conduit data directory. If not set the CONDUIT_DATA_DIR environment variable is used.
-h, --help help for conduit
-r, --next-round-override uint Set the starting round. Overrides next-round in metadata.json. Some exporters do not support overriding the starting round.
-v, --version Print the Conduit version.
```
### SEE ALSO
* [conduit init](../init/) - initializes a Conduit data directory
* [conduit list](../list/list/) - List all available Conduit plugins
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:modules:types_app_manager.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / types/app-manager
# Module: types/app-manager
## Table of contents
### Classes
- [AppManager](../classes/types_app_manager.AppManager.md)
### Interfaces
- [AppInformation](../interfaces/types_app_manager.AppInformation.md)
- [BoxReference](../interfaces/types_app_manager.BoxReference.md)
- [BoxValueRequestParams](../interfaces/types_app_manager.BoxValueRequestParams.md)
- [BoxValuesRequestParams](../interfaces/types_app_manager.BoxValuesRequestParams.md)
### Type Aliases
- [BoxIdentifier](types_app_manager.md#boxidentifier)
## Type Aliases
### BoxIdentifier
Ƭ **BoxIdentifier**: `string` \| `Uint8Array` \| [`TransactionSignerAccount`](../interfaces/types_account.TransactionSignerAccount.md)
Something that identifies an app box name - either a:
* `Uint8Array` (the actual binary of the box name)
* `string` (that will be encoded to a `Uint8Array`)
* `TransactionSignerAccount` (that will be encoded into the
public key address of the corresponding account)
#### Defined in
[src/types/app-manager.ts:57](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-manager.ts#L57)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.ReservedSchemaValueSpec.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / ReservedSchemaValueSpec
# Interface: ReservedSchemaValueSpec
[types/app-spec](../modules/types_app_spec.md).ReservedSchemaValueSpec
Reserved schema value specification
## Table of contents
### Properties
- [descr](types_app_spec.ReservedSchemaValueSpec.md#descr)
- [max\_keys](types_app_spec.ReservedSchemaValueSpec.md#max_keys)
- [type](types_app_spec.ReservedSchemaValueSpec.md#type)
## Properties
### descr
• **descr**: `string`
The description of the reserved storage space
#### Defined in
[src/types/app-spec.ts:278](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-spec.ts#L278)
___
### max\_keys
• **max\_keys**: `number`
The maximum number of slots to reserve
#### Defined in
[src/types/app-spec.ts:280](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-spec.ts#L280)
___
### type
• **type**: [`AVMType`](../modules/types_app_spec.md#avmtype)
The type of value
#### Defined in
[src/types/app-spec.ts:276](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-spec.ts#L276)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/SDKs:javascript:interfaces:EncodedSignedTransaction.md:
--------------------------------------------------------------------------------
```markdown
[algosdk](../README.md) / [Exports](../modules.md) / EncodedSignedTransaction
# Interface: EncodedSignedTransaction
A structure for an encoded signed transaction object
## Table of contents
### Properties
- [lsig](EncodedSignedTransaction.md#lsig)
- [msig](EncodedSignedTransaction.md#msig)
- [sgnr](EncodedSignedTransaction.md#sgnr)
- [sig](EncodedSignedTransaction.md#sig)
- [txn](EncodedSignedTransaction.md#txn)
## Properties
### lsig
• `Optional` **lsig**: [`EncodedLogicSig`](EncodedLogicSig.md)
Logic signature
#### Defined in
types/transactions/encoded.ts:402
___
### msig
• `Optional` **msig**: [`EncodedMultisig`](EncodedMultisig.md)
Multisig structure
#### Defined in
types/transactions/encoded.ts:397
___
### sgnr
• `Optional` **sgnr**: `Buffer`
The signer, if signing with a different key than the Transaction type `from` property indicates
#### Defined in
types/transactions/encoded.ts:407
___
### sig
• `Optional` **sig**: `Buffer`
Transaction signature
#### Defined in
types/transactions/encoded.ts:387
___
### txn
• **txn**: [`EncodedTransaction`](EncodedTransaction.md)
The transaction that was signed
#### Defined in
types/transactions/encoded.ts:392
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/puya:src:puyapy:awst_build:README.md:
--------------------------------------------------------------------------------
```markdown
## Architecture
- no dependency on mypy past this point. We are insulated from either changes in mypy or changing to another parser
- Validate as much as possible during conversion - most source information at this point & early validation means less error compounding causing confusion.
- This means fully normalised, and only what is required remains. Much easier to reason about this new ast when converting to ir
- No python peculiarities eg a < b < c (which is the same as ((a < b) and (b < c)) _except_ that b is only evaluated once)
- e.g. a < func_with_side_effects() < c would be equivalent to (tmp = func_with_side_effects(); a < tmp and tmp < c)
- e.g., a and b and c *_returns_* the first one of (a, b, c) that is falsy or if all are truthy returns c, whilst only evaluating each of a, b, and c at most once (ie still short circuiting)
- Still high level though eg if else, not branch + go to
- All stubs fully resolved, ie no further dependence on “puyapy” component. This further insulates from python specifics. Maybe this ast can be target for other languages? Note: this includes any necessary ast code generation eg approval program for arc4
- All types fully resolved & checked
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/developers-liquid-auth.txt:
--------------------------------------------------------------------------------
```
liquid-auth:decisions:2-Bidirectional-Communication.md
liquid-auth:decisions:README.md
liquid-auth:decisions:1-Service-Authentication.md
liquid-auth:decisions:3-Peer-to-Peer-Signaling.md
liquid-auth:decisions:4-Fido-Extension.md
liquid-auth:ARCHITECTURE.md
liquid-auth:docs:README.md
liquid-auth:docs:clients:browser:authentication.md
liquid-auth:docs:clients:browser:example.md
liquid-auth:docs:clients:android:provider-service:authenticate.md
liquid-auth:docs:clients:android:provider-service:register.md
liquid-auth:docs:architecture.md
liquid-auth:docs:introduction.md
liquid-auth:docs:server:environment-variables.md
liquid-auth:docs:server:integrations.md
liquid-auth:docs:server:introduction.md
liquid-auth:docs:server:running-locally.md
liquid-auth:README.md
liquid-auth:sites:express-dapp:README.md
liquid-auth:VISION.md
liquid-auth:SEQUENCE.md
liquid-auth:services:liquid-auth-api-js:src:auth:auth.controller.get.user.md
liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.request.md
liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.response.md
liquid-auth:services:liquid-auth-api-js:src:attestation:attestation.controller.post.request.md
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:cli:articles:output_stability.md:
--------------------------------------------------------------------------------
```markdown
# Smart Contract Output Stability
Smart contracts development is analogous to low level firmware software development; it's a highly constrained environment in terms of both compute power and memory storage, with a high risk of vulnerabilities due to lower level access to memory and less developer-oriented security tooling.
Because of this, the assembly language code that is output for a smart contract is important - a seemingly innocuous minor change could inadvertently add a security vulnerability, or could significantly change the execution and memory profile.
As such it is important to ensure that, even if higher level code is refactored, there are no unintended changes to the generated smart contract assembly language output.
We refer to this property as **output stability**.
We recommend having "output stability tests" that require a developer to explicitly opt-in to accepting a change in the output of a smart contract's assembly code. This can be implemented as part of an automated build process which fails if the output changes aren't committed to source control, thus preventing deployment of the smart contract without a human review taking place (assuming automated deployment).
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/SDKs:javascript:FAQ.md:
--------------------------------------------------------------------------------
```markdown
# Frequently Asked Questions
## Where did the `dist` folder go?
Starting with version 1.9.0, a minified browser bundle can be obtained from npm CDNs such as [unpkg](https://unpkg.com/) or [jsDelivr](https://www.jsdelivr.com/). The link can be found in the [README.md](README.md).
In prior versions, the browser bundles were made available in the `dist` directory. In order to access those, look in the `dist` folder on the version's GitHub tag, e.g. https://github.com/algorand/js-algorand-sdk/tree/v1.8.1/dist.
## Can I host the browser bundle myself?
Yes! If you would instead prefer to host the package yourself, a minified browser bundle can be found in the `dist/browser/` folder of the published npm package starting with version 1.9.0.
## How do I generate the SRI hash of `algosdk.min.js`?
The SRI hash of `algosdk.min.js` is the base64 string after `sha384-` in the `integrity` attribute of the `<script>` tag used to import `algosdk.min.js`.
See the [instructions to import algosdk in browser](./README.md#Browser).
It can be computed as follows after [building the project](./README.md#building):
```bash
cat dist/browser/algosdk.min.js | openssl dgst -sha384 -binary | openssl base64 -A
```
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_debugging.TealSourceDebugEventData.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/debugging](../modules/types_debugging.md) / TealSourceDebugEventData
# Interface: TealSourceDebugEventData
[types/debugging](../modules/types_debugging.md).TealSourceDebugEventData
Represents the data for a single TEAL source
## Table of contents
### Properties
- [appName](types_debugging.TealSourceDebugEventData.md#appname)
- [compiledTeal](types_debugging.TealSourceDebugEventData.md#compiledteal)
- [fileName](types_debugging.TealSourceDebugEventData.md#filename)
## Properties
### appName
• **appName**: `string`
The name of the application
#### Defined in
[src/types/debugging.ts:28](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/debugging.ts#L28)
___
### compiledTeal
• **compiledTeal**: [`CompiledTeal`](types_app.CompiledTeal.md)
The compiled TEAL code
#### Defined in
[src/types/debugging.ts:32](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/debugging.ts#L32)
___
### fileName
• **fileName**: `string`
The name of the file
#### Defined in
[src/types/debugging.ts:30](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/debugging.ts#L30)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/SDKs:javascript:enums:ABITransactionType.md:
--------------------------------------------------------------------------------
```markdown
[algosdk](../README.md) / [Exports](../modules.md) / ABITransactionType
# Enumeration: ABITransactionType
## Table of contents
### Enumeration Members
- [acfg](ABITransactionType.md#acfg)
- [afrz](ABITransactionType.md#afrz)
- [any](ABITransactionType.md#any)
- [appl](ABITransactionType.md#appl)
- [axfer](ABITransactionType.md#axfer)
- [keyreg](ABITransactionType.md#keyreg)
- [pay](ABITransactionType.md#pay)
## Enumeration Members
### acfg
• **acfg** = ``"acfg"``
Asset configuration transaction type
#### Defined in
abi/transaction.ts:22
___
### afrz
• **afrz** = ``"afrz"``
Asset freeze transaction type
#### Defined in
abi/transaction.ts:32
___
### any
• **any** = ``"txn"``
Any transaction type
#### Defined in
abi/transaction.ts:7
___
### appl
• **appl** = ``"appl"``
Application transaction type
#### Defined in
abi/transaction.ts:37
___
### axfer
• **axfer** = ``"axfer"``
Asset transfer transaction type
#### Defined in
abi/transaction.ts:27
___
### keyreg
• **keyreg** = ``"keyreg"``
Key registration transaction type
#### Defined in
abi/transaction.ts:17
___
### pay
• **pay** = ``"pay"``
Payment transaction type
#### Defined in
abi/transaction.ts:12
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/SDKs:javascript:enums:AtomicTransactionComposerStatus.md:
--------------------------------------------------------------------------------
```markdown
[algosdk](../README.md) / [Exports](../modules.md) / AtomicTransactionComposerStatus
# Enumeration: AtomicTransactionComposerStatus
## Table of contents
### Enumeration Members
- [BUILDING](AtomicTransactionComposerStatus.md#building)
- [BUILT](AtomicTransactionComposerStatus.md#built)
- [COMMITTED](AtomicTransactionComposerStatus.md#committed)
- [SIGNED](AtomicTransactionComposerStatus.md#signed)
- [SUBMITTED](AtomicTransactionComposerStatus.md#submitted)
## Enumeration Members
### BUILDING
• **BUILDING** = ``0``
The atomic group is still under construction.
#### Defined in
composer.ts:71
___
### BUILT
• **BUILT** = ``1``
The atomic group has been finalized, but not yet signed.
#### Defined in
composer.ts:74
___
### COMMITTED
• **COMMITTED** = ``4``
The atomic group has been finalized, signed, submitted, and successfully committed to a block.
#### Defined in
composer.ts:83
___
### SIGNED
• **SIGNED** = ``2``
The atomic group has been finalized and signed, but not yet submitted to the network.
#### Defined in
composer.ts:77
___
### SUBMITTED
• **SUBMITTED** = ``3``
The atomic group has been finalized, signed, and submitted to the network.
#### Defined in
composer.ts:80
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/developer:docs:clis:conduit:init.md:
--------------------------------------------------------------------------------
```markdown
title: conduit init
---
## conduit init
initializes a Conduit data directory
### Synopsis
Initializes a conduit.yml file and writes it to stdout. By default
the config file uses an algod importer in follower mode and a block
file writer exporter. The plugin templates can be changed using the
different options.
Once initialized the conduit.yml file needs to be modified. Refer to the file
comments for details.
If the 'data' option is used, the file will be written to that
directory and additional help is written to stdout.
Once configured, launch conduit with './conduit -d /path/to/data'.
```
conduit init [flags]
```
### Examples
```
conduit init -d /path/to/data -i importer -p processor1,processor2 -e exporter
```
### Options
```
-d, --data string Full path to new data directory to initialize. If not set, the conduit configuration YAML is written to stdout.
-e, --exporter string data exporter name.
-h, --help help for init
-i, --importer string data importer name.
-p, --processors strings comma-separated list of processors.
```
### SEE ALSO
* [conduit](../../conduit/conduit/) - Run the Conduit framework.
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:modules:types_account_manager.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / types/account-manager
# Module: types/account-manager
## Table of contents
### Classes
- [AccountManager](../classes/types_account_manager.AccountManager.md)
### Interfaces
- [EnsureFundedResult](../interfaces/types_account_manager.EnsureFundedResult.md)
### Functions
- [getAccountTransactionSigner](types_account_manager.md#getaccounttransactionsigner)
## Functions
### getAccountTransactionSigner
▸ **getAccountTransactionSigner**(`val`): `TransactionSigner`
Returns a `TransactionSigner` for the given account that can sign a transaction.
This function has memoization, so will return the same transaction signer for a given account.
#### Parameters
| Name | Type |
| :------ | :------ |
| `val` | [`MultisigAccount`](../classes/types_account.MultisigAccount.md) \| `default` \| [`SigningAccount`](../classes/types_account.SigningAccount.md) \| [`TransactionSignerAccount`](../interfaces/types_account.TransactionSignerAccount.md) \| `LogicSigAccount` |
#### Returns
`TransactionSigner`
A transaction signer
#### Defined in
[src/types/account-manager.ts:31](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/account-manager.ts#L31)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.SourceMapExport.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / SourceMapExport
# Interface: SourceMapExport
[types/app-client](../modules/types_app_client.md).SourceMapExport
## Table of contents
### Properties
- [mappings](types_app_client.SourceMapExport.md#mappings)
- [names](types_app_client.SourceMapExport.md#names)
- [sources](types_app_client.SourceMapExport.md#sources)
- [version](types_app_client.SourceMapExport.md#version)
## Properties
### mappings
• **mappings**: `string`
#### Defined in
[src/types/app-client.ts:272](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-client.ts#L272)
___
### names
• **names**: `string`[]
#### Defined in
[src/types/app-client.ts:271](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-client.ts#L271)
___
### sources
• **sources**: `string`[]
#### Defined in
[src/types/app-client.ts:270](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-client.ts#L270)
___
### version
• **version**: `number`
#### Defined in
[src/types/app-client.ts:269](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-client.ts#L269)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/ARCs.txt:
--------------------------------------------------------------------------------
```
ARCs:README.md
ARCs:ARC-template.md
ARCs:specs:arc-0055.md
ARCs:specs:arc-0004.md
ARCs:specs:arc-0020.md
ARCs:specs:arc-0000.md
ARCs:specs:arc-0065.md
ARCs:specs:arc-0034.md
ARCs:specs:arc-0010.md
ARCs:specs:arc-0001.md
ARCs:specs:arc-0035.md
ARCs:specs:arc-0025.md
ARCs:specs:arc-0074.md
ARCs:specs:arc-0011.md
ARCs:specs:arc-0054.md
ARCs:specs:arc-0005.md
ARCs:specs:arc-0015.md
ARCs:specs:arc-0021.md
ARCs:specs:arc-0002.md
ARCs:specs:arc-0036.md
ARCs:specs:arc-0026.md
ARCs:specs:arc-0012.md
ARCs:specs:arc-0032.md
ARCs:specs:arc-0006.md
ARCs:specs:arc-0047.md
ARCs:specs:arc-0016.md
ARCs:specs:arc-0022.md
ARCs:specs:arc-0073.md
ARCs:specs:arc-0200.md
ARCs:specs:arc-0062.md
ARCs:specs:arc-0033.md
ARCs:specs:arc-0007.md
ARCs:specs:arc-0056.md
ARCs:specs:arc-0023.md
ARCs:specs:arc-0072.md
ARCs:specs:arc-0003.md
ARCs:specs:arc-0076.md
ARCs:specs:arc-0042.md
ARCs:specs:arc-0059.md
ARCs:specs:arc-0008.md
ARCs:specs:arc-0018.md
ARCs:specs:arc-0049.md
ARCs:specs:arc-0069.md
ARCs:specs:arc-0028.md
ARCs:specs:arc-0079.md
ARCs:specs:arc-0078.md
ARCs:specs:arc-0009.md
ARCs:specs:arc-0019.md
ARCs:specs:arc-0048.md
ARCs:assets:arc-0012:README.md
ARCs:assets:arc-0062:README.md
ARCs:assets:arc-0034:TemplateForm.md
ARCs:pages:nfts.md
ARCs:pages:wallets.md
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:enums:types_indexer.AccountStatus.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/indexer](../modules/types_indexer.md) / AccountStatus
# Enumeration: AccountStatus
[types/indexer](../modules/types_indexer.md).AccountStatus
Delegation status of the account
## Table of contents
### Enumeration Members
- [NotParticipating](types_indexer.AccountStatus.md#notparticipating)
- [Offline](types_indexer.AccountStatus.md#offline)
- [Online](types_indexer.AccountStatus.md#online)
## Enumeration Members
### NotParticipating
• **NotParticipating** = ``"NotParticipating"``
Indicates that the associated account is neither a delegator nor a delegate
#### Defined in
[src/types/indexer.ts:196](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L196)
___
### Offline
• **Offline** = ``"Offline"``
Indicates that the associated account is delegated
#### Defined in
[src/types/indexer.ts:192](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L192)
___
### Online
• **Online** = ``"Online"``
Indicates that the associated account used as part of the delegation pool
#### Defined in
[src/types/indexer.ts:194](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L194)
```
--------------------------------------------------------------------------------
/packages/server/src/tools/apiManager/ultrade/index.ts:
--------------------------------------------------------------------------------
```typescript
import { Tool, ErrorCode, McpError } from '@modelcontextprotocol/sdk/types.js';
import { walletTools, handleWalletTools } from './wallet.js';
import { marketTools, handleMarketTools } from './market.js';
import { systemTools, handleSystemTools } from './system.js';
// Export all Ultrade tools
export const ultradeTools: Tool[] = [
...walletTools,
...marketTools,
...systemTools
];
// Handle all Ultrade tools
export async function handleUltradeTools(name: string, args: any): Promise<any> {
try {
const combinedArgs = { name, ...args };
// Wallet tools
if (name.startsWith('api_ultrade_wallet_')) {
return handleWalletTools(combinedArgs);
}
// Market tools
if (name.startsWith('api_ultrade_market_')) {
return handleMarketTools(combinedArgs);
}
// System tools
if (name.startsWith('api_ultrade_system_')) {
return handleSystemTools(combinedArgs);
}
throw new McpError(
ErrorCode.MethodNotFound,
`Unknown tool: ${name}`
);
} catch (error) {
if (error instanceof McpError) {
throw error;
}
throw new McpError(
ErrorCode.InternalError,
`Failed to handle Ultrade tool: ${error instanceof Error ? error.message : String(error)}`
);
}
}
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResult.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendTransactionResult
# Interface: SendTransactionResult
[types/transaction](../modules/types_transaction.md).SendTransactionResult
The result of sending a transaction
## Hierarchy
- **`SendTransactionResult`**
↳ [`AppCallTransactionResultOfType`](types_app.AppCallTransactionResultOfType.md)
↳ [`ConfirmedTransactionResult`](types_transaction.ConfirmedTransactionResult.md)
↳ [`ConfirmedTransactionResults`](types_transaction.ConfirmedTransactionResults.md)
## Table of contents
### Properties
- [confirmation](types_transaction.SendTransactionResult.md#confirmation)
- [transaction](types_transaction.SendTransactionResult.md#transaction)
## Properties
### confirmation
• `Optional` **confirmation**: `PendingTransactionResponse`
The response if the transaction was sent and waited for
#### Defined in
[src/types/transaction.ts:57](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/transaction.ts#L57)
___
### transaction
• **transaction**: `Transaction`
The transaction
#### Defined in
[src/types/transaction.ts:55](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/transaction.ts#L55)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app.BoxValueRequestParams.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / BoxValueRequestParams
# Interface: BoxValueRequestParams
[types/app](../modules/types_app.md).BoxValueRequestParams
**`Deprecated`**
Use `types/app-manager/BoxValueRequestParams` instead.
Parameters to get and decode a box value as an ABI type.
## Table of contents
### Properties
- [appId](types_app.BoxValueRequestParams.md#appid)
- [boxName](types_app.BoxValueRequestParams.md#boxname)
- [type](types_app.BoxValueRequestParams.md#type)
## Properties
### appId
• **appId**: `number` \| `bigint`
The ID of the app return box names for
#### Defined in
[src/types/app.ts:400](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L400)
___
### boxName
• **boxName**: `string` \| `Uint8Array` \| [`BoxName`](types_app.BoxName.md)
The name of the box to return either as a string, binary array or `BoxName`
#### Defined in
[src/types/app.ts:402](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L402)
___
### type
• **type**: `ABIType`
The ABI type to decode the value using
#### Defined in
[src/types/app.ts:404](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L404)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app.BoxValuesRequestParams.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / BoxValuesRequestParams
# Interface: BoxValuesRequestParams
[types/app](../modules/types_app.md).BoxValuesRequestParams
**`Deprecated`**
Use `types/app-manager/BoxValuesRequestParams` instead.
Parameters to get and decode a box value as an ABI type.
## Table of contents
### Properties
- [appId](types_app.BoxValuesRequestParams.md#appid)
- [boxNames](types_app.BoxValuesRequestParams.md#boxnames)
- [type](types_app.BoxValuesRequestParams.md#type)
## Properties
### appId
• **appId**: `number`
The ID of the app return box names for
#### Defined in
[src/types/app.ts:413](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L413)
___
### boxNames
• **boxNames**: (`string` \| `Uint8Array` \| [`BoxName`](types_app.BoxName.md))[]
The names of the boxes to return either as a string, binary array or BoxName`
#### Defined in
[src/types/app.ts:415](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L415)
___
### type
• **type**: `ABIType`
The ABI type to decode the value using
#### Defined in
[src/types/app.ts:417](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L417)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app_manager.BoxValueRequestParams.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / BoxValueRequestParams
# Interface: BoxValueRequestParams
[types/app-manager](../modules/types_app_manager.md).BoxValueRequestParams
Parameters to get and decode a box value as an ABI type.
## Table of contents
### Properties
- [appId](types_app_manager.BoxValueRequestParams.md#appid)
- [boxName](types_app_manager.BoxValueRequestParams.md#boxname)
- [type](types_app_manager.BoxValueRequestParams.md#type)
## Properties
### appId
• **appId**: `bigint`
The ID of the app return box names for
#### Defined in
[src/types/app-manager.ts:78](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-manager.ts#L78)
___
### boxName
• **boxName**: [`BoxIdentifier`](../modules/types_app_manager.md#boxidentifier)
The name of the box to return either as a string, binary array or `BoxName`
#### Defined in
[src/types/app-manager.ts:80](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-manager.ts#L80)
___
### type
• **type**: `ABIType`
The ABI type to decode the value using
#### Defined in
[src/types/app-manager.ts:82](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-manager.ts#L82)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/developers-tealscript.txt:
--------------------------------------------------------------------------------
```
TEALScript:tests:test_package:README.md
TEALScript:README.md
TEALScript:examples:auction:README.md
TEALScript:examples:itxns:README.md
TEALScript:examples:lsig_with_app:README.md
TEALScript:examples:amm:README.md
TEALScript:examples:reti:README.md
TEALScript:examples:big_box:README.md
TEALScript:FEATURES.md
TEALScript:README.md
TEALScript:guides:storage.md
TEALScript:guides:lifecycle.md
TEALScript:guides:pyteal.md
TEALScript:guides:Supported Types:arrays.md
TEALScript:guides:Supported Types:numbers.md
TEALScript:guides:math.md
TEALScript:guides:getting_started.md
TEALScript:guides:methods.md
TEALScript:guides:multiple_contracts.md
TEALScript:guides:features.md
TEALScript:guides:atomic_txn.md
TEALScript:guides:inner_transactions.md
TEALScript:tutorials:Hello World:0005-hello.md
TEALScript:tutorials:Hello World:0001-intro.md
TEALScript:tutorials:Hello World:0006-test.md
TEALScript:tutorials:Hello World:0002-init.md
TEALScript:tutorials:Hello World:0003-contract.md
TEALScript:tutorials:Hello World:0004-artifacts.md
puya:typescript:docs:architecture-decisions:2024-05-21_primitive-bytes-and-strings.md
puya:typescript:docs:architecture-decisions:2024-05-21_primitive-integer-types.md
puya:typescript:docs:README.md
puya:typescript:README.md
puya:typescript:packages:algo-ts:readme.md
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:enums:types_app.OnUpdate.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / OnUpdate
# Enumeration: OnUpdate
[types/app](../modules/types_app.md).OnUpdate
What action to perform when deploying an app and an update is detected in the TEAL code
## Table of contents
### Enumeration Members
- [AppendApp](types_app.OnUpdate.md#appendapp)
- [Fail](types_app.OnUpdate.md#fail)
- [ReplaceApp](types_app.OnUpdate.md#replaceapp)
- [UpdateApp](types_app.OnUpdate.md#updateapp)
## Enumeration Members
### AppendApp
• **AppendApp** = ``3``
Create a new app
#### Defined in
[src/types/app.ts:296](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L296)
___
### Fail
• **Fail** = ``0``
Fail the deployment
#### Defined in
[src/types/app.ts:290](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L290)
___
### ReplaceApp
• **ReplaceApp** = ``2``
Delete the app and create a new one in its place
#### Defined in
[src/types/app.ts:294](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L294)
___
### UpdateApp
• **UpdateApp** = ``1``
Update the app
#### Defined in
[src/types/app.ts:292](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L292)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app_manager.BoxValuesRequestParams.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / BoxValuesRequestParams
# Interface: BoxValuesRequestParams
[types/app-manager](../modules/types_app_manager.md).BoxValuesRequestParams
Parameters to get and decode a box value as an ABI type.
## Table of contents
### Properties
- [appId](types_app_manager.BoxValuesRequestParams.md#appid)
- [boxNames](types_app_manager.BoxValuesRequestParams.md#boxnames)
- [type](types_app_manager.BoxValuesRequestParams.md#type)
## Properties
### appId
• **appId**: `bigint`
The ID of the app return box names for
#### Defined in
[src/types/app-manager.ts:90](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-manager.ts#L90)
___
### boxNames
• **boxNames**: [`BoxIdentifier`](../modules/types_app_manager.md#boxidentifier)[]
The names of the boxes to return either as a string, binary array or BoxName`
#### Defined in
[src/types/app-manager.ts:92](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-manager.ts#L92)
___
### type
• **type**: `ABIType`
The ABI type to decode the value using
#### Defined in
[src/types/app-manager.ts:94](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-manager.ts#L94)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.StorageKey.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / StorageKey
# Interface: StorageKey
[types/app-arc56](../modules/types_app_arc56.md).StorageKey
Describes a single key in app storage
## Table of contents
### Properties
- [desc](types_app_arc56.StorageKey.md#desc)
- [key](types_app_arc56.StorageKey.md#key)
- [keyType](types_app_arc56.StorageKey.md#keytype)
- [valueType](types_app_arc56.StorageKey.md#valuetype)
## Properties
### desc
• `Optional` **desc**: `string`
Description of what this storage key holds
#### Defined in
[src/types/app-arc56.ts:464](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-arc56.ts#L464)
___
### key
• **key**: `string`
The bytes of the key encoded as base64
#### Defined in
[src/types/app-arc56.ts:471](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-arc56.ts#L471)
___
### keyType
• **keyType**: `string`
The type of the key
#### Defined in
[src/types/app-arc56.ts:466](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-arc56.ts#L466)
___
### valueType
• **valueType**: `string`
The type of the value
#### Defined in
[src/types/app-arc56.ts:469](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-arc56.ts#L469)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_client_manager.AlgoSdkClients.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/client-manager](../modules/types_client_manager.md) / AlgoSdkClients
# Interface: AlgoSdkClients
[types/client-manager](../modules/types_client_manager.md).AlgoSdkClients
Clients from algosdk that interact with the official Algorand APIs
## Table of contents
### Properties
- [algod](types_client_manager.AlgoSdkClients.md#algod)
- [indexer](types_client_manager.AlgoSdkClients.md#indexer)
- [kmd](types_client_manager.AlgoSdkClients.md#kmd)
## Properties
### algod
• **algod**: `AlgodClient`
Algod client, see https://developer.algorand.org/docs/rest-apis/algod/
#### Defined in
[src/types/client-manager.ts:16](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/client-manager.ts#L16)
___
### indexer
• `Optional` **indexer**: `IndexerClient`
Optional indexer client, see https://developer.algorand.org/docs/rest-apis/indexer/
#### Defined in
[src/types/client-manager.ts:18](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/client-manager.ts#L18)
___
### kmd
• `Optional` **kmd**: `KmdClient`
Optional KMD client, see https://developer.algorand.org/docs/rest-apis/kmd/
#### Defined in
[src/types/client-manager.ts:20](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/client-manager.ts#L20)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/SDKs:javascript:enums:TransactionType.md:
--------------------------------------------------------------------------------
```markdown
[algosdk](../README.md) / [Exports](../modules.md) / TransactionType
# Enumeration: TransactionType
Enum for application transaction types.
The full list is available at https://developer.algorand.org/docs/reference/transactions/
## Table of contents
### Enumeration Members
- [acfg](TransactionType.md#acfg)
- [afrz](TransactionType.md#afrz)
- [appl](TransactionType.md#appl)
- [axfer](TransactionType.md#axfer)
- [keyreg](TransactionType.md#keyreg)
- [pay](TransactionType.md#pay)
- [stpf](TransactionType.md#stpf)
## Enumeration Members
### acfg
• **acfg** = ``"acfg"``
Asset configuration transaction
#### Defined in
types/transactions/base.ts:20
___
### afrz
• **afrz** = ``"afrz"``
Asset freeze transaction
#### Defined in
types/transactions/base.ts:30
___
### appl
• **appl** = ``"appl"``
Application transaction
#### Defined in
types/transactions/base.ts:35
___
### axfer
• **axfer** = ``"axfer"``
Asset transfer transaction
#### Defined in
types/transactions/base.ts:25
___
### keyreg
• **keyreg** = ``"keyreg"``
Key registration transaction
#### Defined in
types/transactions/base.ts:15
___
### pay
• **pay** = ``"pay"``
Payment transaction
#### Defined in
types/transactions/base.ts:10
___
### stpf
• **stpf** = ``"stpf"``
State proof transaction
#### Defined in
types/transactions/base.ts:39
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_composer.BuiltTransactions.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/composer](../modules/types_composer.md) / BuiltTransactions
# Interface: BuiltTransactions
[types/composer](../modules/types_composer.md).BuiltTransactions
Set of transactions built by `TransactionComposer`.
## Table of contents
### Properties
- [methodCalls](types_composer.BuiltTransactions.md#methodcalls)
- [signers](types_composer.BuiltTransactions.md#signers)
- [transactions](types_composer.BuiltTransactions.md#transactions)
## Properties
### methodCalls
• **methodCalls**: `Map`\<`number`, `ABIMethod`\>
Any `ABIMethod` objects associated with any of the transactions in a map keyed by transaction index.
#### Defined in
[src/types/composer.ts:503](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L503)
___
### signers
• **signers**: `Map`\<`number`, `TransactionSigner`\>
Any `TransactionSigner` objects associated with any of the transactions in a map keyed by transaction index.
#### Defined in
[src/types/composer.ts:505](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L505)
___
### transactions
• **transactions**: `Transaction`[]
The built transactions
#### Defined in
[src/types/composer.ts:501](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/composer.ts#L501)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_network_client.AlgoClientConfig.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/network-client](../modules/types_network_client.md) / AlgoClientConfig
# Interface: AlgoClientConfig
[types/network-client](../modules/types_network_client.md).AlgoClientConfig
Config for an Algorand SDK client.
## Table of contents
### Properties
- [port](types_network_client.AlgoClientConfig.md#port)
- [server](types_network_client.AlgoClientConfig.md#server)
- [token](types_network_client.AlgoClientConfig.md#token)
## Properties
### port
• `Optional` **port**: `string` \| `number`
The port to use e.g. 4001, 443, etc.
#### Defined in
[src/types/network-client.ts:8](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/network-client.ts#L8)
___
### server
• **server**: `string`
Base URL of the server e.g. http://localhost, https://testnet-api.algonode.cloud/, etc.
#### Defined in
[src/types/network-client.ts:6](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/network-client.ts#L6)
___
### token
• `Optional` **token**: `string` \| `TokenHeader`
The token to use for API authentication (or undefined if none needed) - can be a string, or an object with the header key => value
#### Defined in
[src/types/network-client.ts:10](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/network-client.ts#L10)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_network_client.AlgoConfig.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/network-client](../modules/types_network_client.md) / AlgoConfig
# Interface: AlgoConfig
[types/network-client](../modules/types_network_client.md).AlgoConfig
Configuration for algod, indexer and kmd clients.
## Table of contents
### Properties
- [algodConfig](types_network_client.AlgoConfig.md#algodconfig)
- [indexerConfig](types_network_client.AlgoConfig.md#indexerconfig)
- [kmdConfig](types_network_client.AlgoConfig.md#kmdconfig)
## Properties
### algodConfig
• **algodConfig**: [`AlgoClientConfig`](types_network_client.AlgoClientConfig.md)
Algod client configuration
#### Defined in
[src/types/network-client.ts:16](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/network-client.ts#L16)
___
### indexerConfig
• `Optional` **indexerConfig**: [`AlgoClientConfig`](types_network_client.AlgoClientConfig.md)
Indexer client configuration
#### Defined in
[src/types/network-client.ts:18](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/network-client.ts#L18)
___
### kmdConfig
• `Optional` **kmdConfig**: [`AlgoClientConfig`](types_network_client.AlgoClientConfig.md)
Kmd configuration
#### Defined in
[src/types/network-client.ts:20](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/network-client.ts#L20)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/developer:docs:sdks:index.md:
--------------------------------------------------------------------------------
```markdown
title: Section Index
The **SDKs** section contains documentation and how-tos for all Algorand Developed SDKs. Code examples are embedded throughout in each of the SDKs.
You can use the SDKs to interact with the network by connecting to one of the REST servers and submitting requests for data or submitting transactions. They also contain methods to help construct and sign transactions or deal with encoding/decoding of things like addresses and mnemonics.
## Algorand supported
### Python
* [Python Section](./python/)
* [Python Repository](https://github.com/algorand/py-algorand-sdk)
* [Python Docs](https://py-algorand-sdk.readthedocs.io/en/latest/)
### JavaScript
* [JavaScript Section](./javascript/)
* [JavaScript Repository](https://github.com/algorand/js-algorand-sdk)
* [JavaScript Docs](https://algorand.github.io/js-algorand-sdk/)
### Go
* [Go Section](./go/)
* [Go Repository](https://github.com/algorand/go-algorand-sdk)
* [Go Docs](https://pkg.go.dev/github.com/algorand/go-algorand-sdk)
### Java
* [Java Section](./java/)
* [Java Repository](https://github.com/algorand/java-algorand-sdk)
* [Java Docs](https://algorand.github.io/java-algorand-sdk/)
## Community Supported
There are also community supported SDKs [available](https://developer.algorand.org/ecosystem-projects/?tags=sdk) for other popular languages like Rust, C# and Dart.
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/SDKs:javascript:classes:ABIInterface.md:
--------------------------------------------------------------------------------
```markdown
[algosdk](../README.md) / [Exports](../modules.md) / ABIInterface
# Class: ABIInterface
## Table of contents
### Constructors
- [constructor](ABIInterface.md#constructor)
### Properties
- [description](ABIInterface.md#description)
- [methods](ABIInterface.md#methods)
- [name](ABIInterface.md#name)
### Methods
- [getMethodByName](ABIInterface.md#getmethodbyname)
- [toJSON](ABIInterface.md#tojson)
## Constructors
### constructor
• **new ABIInterface**(`params`)
#### Parameters
| Name | Type |
| :------ | :------ |
| `params` | [`ABIInterfaceParams`](../interfaces/ABIInterfaceParams.md) |
#### Defined in
abi/interface.ts:14
## Properties
### description
• `Optional` `Readonly` **description**: `string`
#### Defined in
abi/interface.ts:11
___
### methods
• `Readonly` **methods**: [`ABIMethod`](ABIMethod.md)[]
#### Defined in
abi/interface.ts:12
___
### name
• `Readonly` **name**: `string`
#### Defined in
abi/interface.ts:10
## Methods
### getMethodByName
▸ **getMethodByName**(`name`): [`ABIMethod`](ABIMethod.md)
#### Parameters
| Name | Type |
| :------ | :------ |
| `name` | `string` |
#### Returns
[`ABIMethod`](ABIMethod.md)
#### Defined in
abi/interface.ts:32
___
### toJSON
▸ **toJSON**(): [`ABIInterfaceParams`](../interfaces/ABIInterfaceParams.md)
#### Returns
[`ABIInterfaceParams`](../interfaces/ABIInterfaceParams.md)
#### Defined in
abi/interface.ts:24
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.StorageMap.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / StorageMap
# Interface: StorageMap
[types/app-arc56](../modules/types_app_arc56.md).StorageMap
Describes a mapping of key-value pairs in storage
## Table of contents
### Properties
- [desc](types_app_arc56.StorageMap.md#desc)
- [keyType](types_app_arc56.StorageMap.md#keytype)
- [prefix](types_app_arc56.StorageMap.md#prefix)
- [valueType](types_app_arc56.StorageMap.md#valuetype)
## Properties
### desc
• `Optional` **desc**: `string`
Description of what the key-value pairs in this mapping hold
#### Defined in
[src/types/app-arc56.ts:477](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-arc56.ts#L477)
___
### keyType
• **keyType**: `string`
The type of the keys in the map
#### Defined in
[src/types/app-arc56.ts:479](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-arc56.ts#L479)
___
### prefix
• `Optional` **prefix**: `string`
The base64-encoded prefix of the map keys
#### Defined in
[src/types/app-arc56.ts:483](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-arc56.ts#L483)
___
### valueType
• **valueType**: `string`
The type of the values in the map
#### Defined in
[src/types/app-arc56.ts:481](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-arc56.ts#L481)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResult.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / ConfirmedTransactionResult
# Interface: ConfirmedTransactionResult
[types/transaction](../modules/types_transaction.md).ConfirmedTransactionResult
The result of sending and confirming a transaction
## Hierarchy
- [`SendTransactionResult`](types_transaction.SendTransactionResult.md)
↳ **`ConfirmedTransactionResult`**
## Table of contents
### Properties
- [confirmation](types_transaction.ConfirmedTransactionResult.md#confirmation)
- [transaction](types_transaction.ConfirmedTransactionResult.md#transaction)
## Properties
### confirmation
• **confirmation**: `PendingTransactionResponse`
The response from sending and waiting for the transaction
#### Overrides
[SendTransactionResult](types_transaction.SendTransactionResult.md).[confirmation](types_transaction.SendTransactionResult.md#confirmation)
#### Defined in
[src/types/transaction.ts:87](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/transaction.ts#L87)
___
### transaction
• **transaction**: `Transaction`
The transaction
#### Inherited from
[SendTransactionResult](types_transaction.SendTransactionResult.md).[transaction](types_transaction.SendTransactionResult.md#transaction)
#### Defined in
[src/types/transaction.ts:55](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/transaction.ts#L55)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationParams.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientCompilationParams
# Interface: AppClientCompilationParams
[types/app-client](../modules/types_app_client.md).AppClientCompilationParams
## Table of contents
### Properties
- [deletable](types_app_client.AppClientCompilationParams.md#deletable)
- [deployTimeParams](types_app_client.AppClientCompilationParams.md#deploytimeparams)
- [updatable](types_app_client.AppClientCompilationParams.md#updatable)
## Properties
### deletable
• `Optional` **deletable**: `boolean`
Whether or not the contract should have deploy-time permanence control set, undefined = ignore
#### Defined in
[src/types/app-client.ts:229](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-client.ts#L229)
___
### deployTimeParams
• `Optional` **deployTimeParams**: [`TealTemplateParams`](types_app.TealTemplateParams.md)
Any deploy-time parameters to replace in the TEAL code
#### Defined in
[src/types/app-client.ts:225](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-client.ts#L225)
___
### updatable
• `Optional` **updatable**: `boolean`
Whether or not the contract should have deploy-time immutability control set, undefined = ignore
#### Defined in
[src/types/app-client.ts:227](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-client.ts#L227)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/SDKs:javascript:interfaces:SuggestedParams.md:
--------------------------------------------------------------------------------
```markdown
[algosdk](../README.md) / [Exports](../modules.md) / SuggestedParams
# Interface: SuggestedParams
A dict holding common-to-all-txns arguments
## Table of contents
### Properties
- [fee](SuggestedParams.md#fee)
- [firstRound](SuggestedParams.md#firstround)
- [flatFee](SuggestedParams.md#flatfee)
- [genesisHash](SuggestedParams.md#genesishash)
- [genesisID](SuggestedParams.md#genesisid)
- [lastRound](SuggestedParams.md#lastround)
## Properties
### fee
• **fee**: `number`
Integer fee per byte, in microAlgos. For a flat fee, set flatFee to true
#### Defined in
types/transactions/base.ts:110
___
### firstRound
• **firstRound**: `number`
First protocol round on which this txn is valid
#### Defined in
types/transactions/base.ts:115
___
### flatFee
• `Optional` **flatFee**: `boolean`
Set this to true to specify fee as microalgos-per-txn
If the final calculated fee is lower than the protocol minimum fee, the fee will be increased to match the minimum
#### Defined in
types/transactions/base.ts:105
___
### genesisHash
• **genesisHash**: `string`
Specifies hash genesis block of network in use
#### Defined in
types/transactions/base.ts:130
___
### genesisID
• **genesisID**: `string`
Specifies genesis ID of network in use
#### Defined in
types/transactions/base.ts:125
___
### lastRound
• **lastRound**: `number`
Last protocol round on which this txn is valid
#### Defined in
types/transactions/base.ts:120
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResults.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendTransactionResults
# Interface: SendTransactionResults
[types/transaction](../modules/types_transaction.md).SendTransactionResults
The result of preparing and/or sending multiple transactions
## Hierarchy
- **`SendTransactionResults`**
↳ [`AppCallTransactionResultOfType`](types_app.AppCallTransactionResultOfType.md)
↳ [`SendAtomicTransactionComposerResults`](types_transaction.SendAtomicTransactionComposerResults.md)
↳ [`ConfirmedTransactionResults`](types_transaction.ConfirmedTransactionResults.md)
## Table of contents
### Properties
- [confirmations](types_transaction.SendTransactionResults.md#confirmations)
- [transactions](types_transaction.SendTransactionResults.md#transactions)
## Properties
### confirmations
• `Optional` **confirmations**: `PendingTransactionResponse`[]
The responses if the transactions were sent and waited for,
the index of the confirmation will match the index of the underlying transaction
#### Defined in
[src/types/transaction.ts:67](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/transaction.ts#L67)
___
### transactions
• **transactions**: `Transaction`[]
The transactions that have been prepared and/or sent
#### Defined in
[src/types/transaction.ts:63](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/transaction.ts#L63)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/ARCs:specs:arc-0011.md:
--------------------------------------------------------------------------------
```markdown
---
arc: 11
title: Algorand Wallet Reach Browser Spec
description: Convention for DApps to discover Algorand wallets in browser
author: DanBurton (@DanBurton)
discussions-to: https://github.com/algorandfoundation/ARCs/issues/52
status: Deprecated
type: Standards Track
category: Interface
created: 2021-08-09
---
# Algorand Wallet Reach Browser Spec
## Abstract
A common convention for DApps to discover Algorand wallets in browser code: `window.algorand`.
A property `algorand` attached to the `window` browser object, with all the features defined in [ARC-0010](./arc-0010.md#specification).
## Specification
```ts
interface WindowAlgorand {
enable: EnableFunction;
enableNetwork?: EnableNetworkFunction;
enableAccounts?: EnableAccountsFunction;
signAndPostTxns: SignAndPostTxnsFunction;
getAlgodv2Client: GetAlgodv2ClientFunction;
getIndexerClient: GetIndexerClientFunction;
signTxns?: SignTxnsFunction;
postTxns?: SignTxnsFunction;
}
```
With the specifications and semantics for each function as stated in [ARC-0010](./arc-0010.md#specification).
## Rationale
DApps should be unopinionated about which wallet they are used with. End users should be able to inject their wallet of choice into the DApp. Therefore, in browser contexts, we reserve `window.algorand` for this purpose.
## Security Considerations
None.
## Copyright
Copyright and related rights waived via <a href="https://creativecommons.org/publicdomain/zero/1.0/">CCO</a>.
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.DeclaredSchemaValueSpec.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / DeclaredSchemaValueSpec
# Interface: DeclaredSchemaValueSpec
[types/app-spec](../modules/types_app_spec.md).DeclaredSchemaValueSpec
Declared schema value specification
## Table of contents
### Properties
- [descr](types_app_spec.DeclaredSchemaValueSpec.md#descr)
- [key](types_app_spec.DeclaredSchemaValueSpec.md#key)
- [static](types_app_spec.DeclaredSchemaValueSpec.md#static)
- [type](types_app_spec.DeclaredSchemaValueSpec.md#type)
## Properties
### descr
• `Optional` **descr**: `string`
A description of the variable
#### Defined in
[src/types/app-spec.ts:268](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-spec.ts#L268)
___
### key
• **key**: `string`
The name of the key
#### Defined in
[src/types/app-spec.ts:266](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-spec.ts#L266)
___
### static
• `Optional` **static**: `boolean`
Whether or not the value is set statically (at create time only) or dynamically
#### Defined in
[src/types/app-spec.ts:270](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-spec.ts#L270)
___
### type
• **type**: [`AVMType`](../modules/types_app_spec.md#avmtype)
The type of value
#### Defined in
[src/types/app-spec.ts:264](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-spec.ts#L264)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/developer:docs:clis:indexer:util:validator.md:
--------------------------------------------------------------------------------
```markdown
title: indexer util validator
---
## indexer util validator
validator
### Synopsis
Compare algod and indexer to each other and report any discrepencies.
```
indexer util validator [flags]
```
### Options
```
--addr string If provided validate a single address instead of reading Stdin.
--algod-token string Algod token.
--algod-url string Algod url.
--box string If provided validate a single box (in the format "appid,b64boxname") instead of reading Stdin.
-e, --error-log-file string When specified, error messages are written to this file instead of to stderr.
-h, --help help for validator
--indexer-token string Indexer token.
--indexer-url string Indexer url.
--print-commands Print curl commands, including tokens, to query algod and indexer contents.
--print-skipped Include accounts which were skipped in the error log.
--processor int Choose compare algorithm [0 = Struct, 1 = Reflection]
--retries int Number of retry attempts when a difference is detected. (default 5)
--retry-delay int Time in milliseconds to sleep between retries. (default 1000)
--threads int Number of worker threads to initialize. (default 4)
```
### SEE ALSO
* [indexer util](../../util/util/) - Utilities for testing Indexer operation and correctness.
```
--------------------------------------------------------------------------------
/packages/server/src/tools/apiManager/algod/asset.ts:
--------------------------------------------------------------------------------
```typescript
import { ErrorCode, McpError } from '@modelcontextprotocol/sdk/types.js';
import { algodClient } from '../../../algorand-client.js';
import type { Asset } from 'algosdk/dist/types/client/v2/algod/models/types';
export const assetTools = [
{
name: 'api_algod_get_asset_by_id',
description: 'Get current asset information from algod',
inputSchema: {
type: 'object',
properties: {
assetId: {
type: 'integer',
description: 'Asset ID'
}
},
required: ['assetId']
}
}
];
export async function getAssetByID(assetId: number): Promise<Asset> {
try {
console.log(`Fetching asset info for ID ${assetId}`);
const response = await algodClient.getAssetByID(assetId).do() as Asset;
console.log('Asset response:', JSON.stringify(response, null, 2));
return response;
} catch (error) {
console.error('Asset fetch error:', error);
if (error instanceof McpError) {
throw error;
}
throw new McpError(
ErrorCode.InternalError,
`Failed to get asset info: ${error instanceof Error ? error.message : String(error)}`
);
}
}
export async function handleAssetTools(name: string, args: any): Promise<any> {
switch (name) {
case 'api_algod_get_asset_by_id': {
const { assetId } = args;
const info = await getAssetByID(assetId);
return info;
}
default:
throw new McpError(
ErrorCode.MethodNotFound,
`Unknown tool: ${name}`
);
}
}
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/liquid-auth:decisions:2-Bidirectional-Communication.md:
--------------------------------------------------------------------------------
```markdown
# Overview
Communicating across platforms
## Decisions
- Remove dependency on Wallet Connect
- Attest the knowledge of a wallet private key (ARC-31-Discussion)
- Guard credential creation
## Implementation
Sessions should be guarded by the "proof of knowledge" of a wallet's private key. Currently
there is a heavy reliance on Wallet Connect for communicating with Wallets.
This implementation should replace Wallet Connect with the following sequence
```mermaid
sequenceDiagram
participant Website
participant Server
participant Wallet
Note over Website, Wallet: Link devices
Website->>Server: Subscribe to 'wss:link'
Website-->>Website: Display QR Connect Nonce
Wallet->>Website: Scan QR Code
Wallet->>Server: POST Nonce + Signature
Server-->>Server: Validate Signature
Server-->>Website: HTTPOnly Session
Server->>Wallet: Ok Response + HTTPOnly Session
Server->>Website: Emit to `wss:link` client
Website-->>Website: Continue FIDO2 Flow
Wallet-->>Wallet: Continue FIDO2 Flow
```
Once the session is attested to by the wallet private key, we allow for credential creation.
This limits the knowledge emitted by the wallet keys to only the `nonce` for connecting. The only time
the private key of the wallet is required is when registering credentials on a new device.
*Note: This process may be deprecated in the future in favor of `passkeys` which also support FIDO2 credentials with an
additional hybrid cross-platform authenticator.
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_indexer.LookupAssetHoldingsOptions.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/indexer](../modules/types_indexer.md) / LookupAssetHoldingsOptions
# Interface: LookupAssetHoldingsOptions
[types/indexer](../modules/types_indexer.md).LookupAssetHoldingsOptions
Options when looking up an asset's account holdings, https://developer.algorand.org/docs/rest-apis/indexer/#get-v2assetsasset-idbalances
## Table of contents
### Properties
- [currencyGreaterThan](types_indexer.LookupAssetHoldingsOptions.md#currencygreaterthan)
- [currencyLessThan](types_indexer.LookupAssetHoldingsOptions.md#currencylessthan)
- [includeAll](types_indexer.LookupAssetHoldingsOptions.md#includeall)
## Properties
### currencyGreaterThan
• `Optional` **currencyGreaterThan**: `number` \| `bigint`
Results should have a decimal units amount greater than this value.
#### Defined in
[src/types/indexer.ts:27](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L27)
___
### currencyLessThan
• `Optional` **currencyLessThan**: `number` \| `bigint`
Results should have a decimal units amount less than this value.
#### Defined in
[src/types/indexer.ts:25](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L25)
___
### includeAll
• `Optional` **includeAll**: `boolean`
Include all items including closed accounts and opted-out asset holdings.
#### Defined in
[src/types/indexer.ts:29](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/indexer.ts#L29)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:python:README.md:
--------------------------------------------------------------------------------
```markdown
# AlgoKit Python Utilities
A set of core Algorand utilities written in Python and released via PyPi that make it easier to build solutions on Algorand.
This project is part of [AlgoKit](https://github.com/algorandfoundation/algokit-cli).
The goal of this library is to provide intuitive, productive utility functions that make it easier, quicker and safer to build applications on Algorand.
Largely these functions wrap the underlying Algorand SDK, but provide a higher level interface with sensible defaults and capabilities for common tasks.
> **Note**
> If you prefer TypeScript there's an equivalent [TypeScript utility library](https://github.com/algorandfoundation/algokit-utils-ts).
[Install](https://github.com/algorandfoundation/algokit-utils-py#install) | [Documentation](https://algorandfoundation.github.io/algokit-utils-py/html/index.html)
## Install
This library can be installed using pip, e.g.:
```
pip install algokit-utils
```
## Guiding principles
This library follows the [Guiding Principles of AlgoKit](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md#guiding-principles).
## Contributing
This is an open source project managed by the Algorand Foundation.
See the [AlgoKit contributing page](https://github.com/algorandfoundation/algokit-cli/blob/main/CONTRIBUTING.MD) to learn about making improvements.
To successfully run the tests in this repository you need to be running LocalNet via [AlgoKit](https://github.com/algorandfoundation/algokit-cli):
```
algokit localnet start
```
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallCoreParams.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientCallCoreParams
# Interface: AppClientCallCoreParams
[types/app-client](../modules/types_app_client.md).AppClientCallCoreParams
Common (core) parameters to construct a ApplicationClient contract call
## Table of contents
### Properties
- [note](types_app_client.AppClientCallCoreParams.md#note)
- [sendParams](types_app_client.AppClientCallCoreParams.md#sendparams)
- [sender](types_app_client.AppClientCallCoreParams.md#sender)
## Properties
### note
• `Optional` **note**: [`TransactionNote`](../modules/types_transaction.md#transactionnote)
The transaction note for the smart contract call
#### Defined in
[src/types/app-client.ts:212](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-client.ts#L212)
___
### sendParams
• `Optional` **sendParams**: [`SendTransactionParams`](types_transaction.SendTransactionParams.md)
Parameters to control transaction sending
#### Defined in
[src/types/app-client.ts:214](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-client.ts#L214)
___
### sender
• `Optional` **sender**: [`SendTransactionFrom`](../modules/types_transaction.md#sendtransactionfrom)
The optional sender to send the transaction from, will use the application client's default sender by default if specified
#### Defined in
[src/types/app-client.ts:210](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-client.ts#L210)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_testing.AlgoKitLogCaptureFixture.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / AlgoKitLogCaptureFixture
# Interface: AlgoKitLogCaptureFixture
[types/testing](../modules/types_testing.md).AlgoKitLogCaptureFixture
## Table of contents
### Properties
- [afterEach](types_testing.AlgoKitLogCaptureFixture.md#aftereach)
- [beforeEach](types_testing.AlgoKitLogCaptureFixture.md#beforeeach)
### Accessors
- [testLogger](types_testing.AlgoKitLogCaptureFixture.md#testlogger)
## Properties
### afterEach
• **afterEach**: () => `void`
Testing framework agnostic handler method to run after each test to reset the logger.
#### Type declaration
▸ (): `void`
##### Returns
`void`
#### Defined in
[src/types/testing.ts:113](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/testing.ts#L113)
___
### beforeEach
• **beforeEach**: () => `void`
Testing framework agnostic handler method to run before each test to prepare the `testLogger` for that test.
#### Type declaration
▸ (): `void`
##### Returns
`void`
#### Defined in
[src/types/testing.ts:109](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/testing.ts#L109)
## Accessors
### testLogger
• `get` **testLogger**(): [`TestLogger`](../classes/testing.TestLogger.md)
The test logger instance for the current test
#### Returns
[`TestLogger`](../classes/testing.TestLogger.md)
#### Defined in
[src/types/testing.ts:105](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/testing.ts#L105)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_account.AccountConfig.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/account](../modules/types_account.md) / AccountConfig
# Interface: AccountConfig
[types/account](../modules/types_account.md).AccountConfig
**`Deprecated`**
The methods that use this can be achieved using `AccountManager` instead.
Config for an account config
## Table of contents
### Properties
- [accountMnemonic](types_account.AccountConfig.md#accountmnemonic)
- [accountName](types_account.AccountConfig.md#accountname)
- [senderAddress](types_account.AccountConfig.md#senderaddress)
- [senderMnemonic](types_account.AccountConfig.md#sendermnemonic)
## Properties
### accountMnemonic
• **accountMnemonic**: `string`
Mnemonic for an account
#### Defined in
[src/types/account.ts:289](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/account.ts#L289)
___
### accountName
• **accountName**: `string`
Account name used to retrieve config
#### Defined in
[src/types/account.ts:293](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/account.ts#L293)
___
### senderAddress
• `Optional` **senderAddress**: `string`
Address of a rekeyed account
#### Defined in
[src/types/account.ts:291](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/account.ts#L291)
___
### senderMnemonic
• `Optional` **senderMnemonic**: `string`
**`Deprecated`**
Renamed to senderAddress in 2.3.1
#### Defined in
[src/types/account.ts:296](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/account.ts#L296)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/tealscript:guides_pyteal.md:
--------------------------------------------------------------------------------
```markdown
---
title: PyTeal Migration
---
## Classes and Functions
| PyTeal | TEALScript |
| ------------ | ------------------------------------------- |
| `Txn` | `this.txn` |
| `Global` | `globals` |
| `Itxn` | `this.itxn` |
| `Assert` | `assert` |
| `NamedTuple` | See Objects section [here](types/tuples.md) |
| `Gtxn` | `this.txnGroup` |
| `precompile` | See [multiple contracts](./multiple_contracts.md) |
## Maybe Values
In TEALScript, there is no concept of `MaybeValue`. For every opcode that would return a `MaybeValue` in PyTeal, TEALScript exposes two methods. One to get the value and one to get whether the value exists. Simply getting the value will always assert that the value exists. For boxes, the means needing to call `exist` prior to `get`. Otherwise there will be two methods, with one prefixed with `has` to indicate it is getting whether the value exists or not.
### Example
```ts
class BalanceApp extends Contract {
counters = BoxMap<Address, uint64>();
getBalance(addr: Address): void {
// Set balance to 0 if addr balance doesn't exist
const balance = addr.hasBalance ? addr.balance : 0
// set counter to 1 if it doesn't already exist
const newCounter = this.counters(addr).exists ? this.counters(addr).value + 1 : 1
this.counters(addr).value = newCounter
}
}
```
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/SDKs:javascript:interfaces:ABIResult.md:
--------------------------------------------------------------------------------
```markdown
[algosdk](../README.md) / [Exports](../modules.md) / ABIResult
# Interface: ABIResult
Represents the output from a successful ABI method call.
## Table of contents
### Properties
- [decodeError](ABIResult.md#decodeerror)
- [method](ABIResult.md#method)
- [rawReturnValue](ABIResult.md#rawreturnvalue)
- [returnValue](ABIResult.md#returnvalue)
- [txID](ABIResult.md#txid)
- [txInfo](ABIResult.md#txinfo)
## Properties
### decodeError
• `Optional` **decodeError**: `Error`
If the SDK was unable to decode a return value, the error will be here.
#### Defined in
composer.ts:64
___
### method
• **method**: [`ABIMethod`](../classes/ABIMethod.md)
The method that was called for this result
#### Defined in
composer.ts:57
___
### rawReturnValue
• **rawReturnValue**: `Uint8Array`
The raw bytes of the return value from the ABI method call. This will be empty if the method
does not return a value (return type "void").
#### Defined in
composer.ts:53
___
### returnValue
• `Optional` **returnValue**: [`ABIValue`](../modules.md#abivalue)
The return value from the ABI method call. This will be undefined if the method does not return
a value (return type "void"), or if the SDK was unable to decode the returned value.
#### Defined in
composer.ts:62
___
### txID
• **txID**: `string`
The TxID of the transaction that invoked the ABI method call.
#### Defined in
composer.ts:48
___
### txInfo
• `Optional` **txInfo**: `Record`\<`string`, `any`\>
The pending transaction information from the method transaction
#### Defined in
composer.ts:66
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.Hint.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / Hint
# Interface: Hint
[types/app-spec](../modules/types_app_spec.md).Hint
Hint information for a given method call to allow client generation
## Table of contents
### Properties
- [call\_config](types_app_spec.Hint.md#call_config)
- [default\_arguments](types_app_spec.Hint.md#default_arguments)
- [read\_only](types_app_spec.Hint.md#read_only)
- [structs](types_app_spec.Hint.md#structs)
## Properties
### call\_config
• **call\_config**: [`CallConfig`](types_app_spec.CallConfig.md)
#### Defined in
[src/types/app-spec.ts:196](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-spec.ts#L196)
___
### default\_arguments
• `Optional` **default\_arguments**: `Record`\<`string`, [`DefaultArgument`](../modules/types_app_spec.md#defaultargument)\>
#### Defined in
[src/types/app-spec.ts:195](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-spec.ts#L195)
___
### read\_only
• `Optional` **read\_only**: `boolean`
#### Defined in
[src/types/app-spec.ts:194](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-spec.ts#L194)
___
### structs
• `Optional` **structs**: `Record`\<`string`, [`Struct`](types_app_spec.Struct.md)\>
Any user-defined struct/tuple types used in the method call, keyed by parameter name or `output` for return type
#### Defined in
[src/types/app-spec.ts:193](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-spec.ts#L193)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/liquid-auth:SEQUENCE.md:
--------------------------------------------------------------------------------
```markdown
## Sequence Diagram
```mermaid
sequenceDiagram
participant Website
participant Server
participant Wallet
Note over Website, Wallet: Link devices
Website->>Server: Subscribe to 'wss:link'
Website-->>Website: Display QR Connect Request ID
Wallet->>Website: Scan QR Code
Server-->>Wallet: Get Challenge/Options
Wallet->>Server: POST FIDO2 Credential + Liquid Auth Extension
Server-->>Server: Validate Signatures
Server-->>Website: HTTPOnly Session
Server->>Wallet: Ok Response + HTTPOnly Session
Server->>Website: Emit to `wss:link` client
Note over Website, Wallet: Signaling Channels
Website-->>Server: Subscribe to 'wss:offer-description'
Website-->>Server: Subscribe to 'wss:offer-candidate'
Wallet-->>Server: Subscribe to 'wss:answer-description'
Wallet-->>Server: Subscribe to 'wss:answer-candidate'
Note over Website, Wallet: Peer Offer
Wallet-->>Wallet: On answer-description, set Remote SDP
Wallet-->>Wallet: On answer-candidate, add ICE Candidate
Wallet-->>Wallet: Create Peer Offer & DataChannel
Wallet-->>Server: Emit `wss:offer-description`
Wallet-->>Server: Emit `wss:offer-candidate`
Note over Website, Wallet: Peer Answer
Website-->>Website: On offer-description, set Remote SDP and create Answer
Website-->>Website: On offer-candidate, add ICE Candidate
Website-->>Server: Emit `wss:answer-description`
Website-->>Server: Emit `wss:answer-candidate`
Note over Website, Wallet: Data Channel
Website-->>Wallet: On DataChannel, Emit Messages
```
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/tealscript:guides_Supported Types_numbers.md:
--------------------------------------------------------------------------------
```markdown
---
title: Numbers
---
The native numeric type in the AVM is unsigned 64-bit integers, `uint64`. Thus any math operations using `uint64` will be more efficient than any alternatives. As such, you should always use `uint64` when possible. You can, however, use any of the number types defined in ARC-0004.
It should be noted that at the TypeScript level, all numbers are aliases to the standard `number` class. This is to ensure all arithmetic operators function on all numeric types as expected since they cannot be overwritten in TypeScript. As such, any number-related type errors might not show in the IDE and will only throw an error during compilation.
## Integers
You can define specific-width unsigned integers with the `uint<N>` generic type. This type takes one type argument, which is the bit width. The bit width must be divisible by 8.
### Examples
#### Correct: Unsigned 64-bit integer
```ts
const n = 1
```
#### Correct: Unsigned 8-bit integer
```ts
const n: uint<8> = 1
```
## Unsigned Fixed-Point Decimals
To represent decimals, use the `ufixed<N,M>` generic type. The first type argument is the bit width, which must be divisible by 8. The second argument is the number of decimals places, which must be less than 160.
### Examples
#### Correct: Unsigned 64-bit With Two Decimals
```ts
const n: ufixed<64, 2> = 1.23
```
#### Incorrect: Missing type
```ts
const n = 1.23 // ERROR: Missing type
```
#### Incorrect: Not Precise Enough
```ts
const n: ufixed<64, 2> = 1.234 // ERROR: Precision of 2 decimals places, but 3 are given
```
## Math
See [math](../math.md)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/puya:docs:lg-errors.md:
--------------------------------------------------------------------------------
```markdown
# Error handling and assertions
In Algorand Python, error handling and assertions play a crucial role in ensuring the correctness and robustness of smart contracts.
## Assertions
Assertions allow you to immediately fail a smart contract if a [Boolean statement or value](./lg-types.md#bool) evaluates to `False`. If an assertion fails, it immediately stops the execution of the contract and marks the call as a failure.
In Algorand Python, you can use the Python built-in `assert` statement to make assertions in your code.
For example:
```python
@subroutine
def set_value(value: UInt64):
assert value > 4, "Value must be > 4"
```
### Assertion error handling
The (optional) string value provided with an assertion, if provided, will be added as a TEAL comment on the end of the assertion line. This works in concert with default AlgoKit Utils app client behaviour to show a TEAL stack trace of an error and thus show the error message to the caller (when source maps have been loaded).
## Explicit failure
For scenarios where you need to fail a contract explicitly, you can use
the [`op.err()`](#algopy.op.err) operation. This operation causes the TEAL program to immediately
and unconditionally fail.
Alternatively [`op.exit(0)`](#algopy.op.exit) will achieve the same result. A non-zero value will
do the opposite and immediately succeed.
## Exception handling
The AVM doesn't provide error trapping semantics so it's not possible to implement `raise` and `catch`.
For more details see [Unsupported Python features](lg-unsupported-python-features.md#raise-tryexceptfinally).
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app.CompiledTeal.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / CompiledTeal
# Interface: CompiledTeal
[types/app](../modules/types_app.md).CompiledTeal
Information about a compiled teal program
## Table of contents
### Properties
- [compiled](types_app.CompiledTeal.md#compiled)
- [compiledBase64ToBytes](types_app.CompiledTeal.md#compiledbase64tobytes)
- [compiledHash](types_app.CompiledTeal.md#compiledhash)
- [sourceMap](types_app.CompiledTeal.md#sourcemap)
- [teal](types_app.CompiledTeal.md#teal)
## Properties
### compiled
• **compiled**: `string`
The compiled code
#### Defined in
[src/types/app.ts:217](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L217)
___
### compiledBase64ToBytes
• **compiledBase64ToBytes**: `Uint8Array`
The base64 encoded code as a byte array
#### Defined in
[src/types/app.ts:221](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L221)
___
### compiledHash
• **compiledHash**: `string`
The hash returned by the compiler
#### Defined in
[src/types/app.ts:219](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L219)
___
### sourceMap
• **sourceMap**: `ProgramSourceMap`
Source map from the compilation
#### Defined in
[src/types/app.ts:223](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L223)
___
### teal
• **teal**: `string`
Original TEAL code
#### Defined in
[src/types/app.ts:215](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L215)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/developer:docs:details:index.md:
--------------------------------------------------------------------------------
```markdown
title: Section Index
The **Get Details** section contains explanations and how-tos for all Algorand features. Code examples are embedded throughout for each of the SDKs and command line interface tools.
- [AlgoKit](algokit) - A collection of tools and libraries that make it easy to build applications on Algorand.
- [Accounts](accounts) - A guide about Algorand Accounts including keys, wallets, and addresses.
- [Transactions](transactions) - A look at the underlying structure of the different types of transactions.
- [Atomic Transfers](atomic_transfers.md) - A guide to build transactions into an atomic group on Algorand.
- [Atomic Transaction Composer](atc.md) - A guide to using the Atomic Transaction Composer, a simpler interface to building atomic groups.
- [Assets](asa) - A guide about assets and how they are implemented on Algorand at layer-1.
- [Smart Contracts](dapps/smart-contracts/) - A detailed guide for writing and interacting with Smart Contracts.
- [Indexer](indexer.md) - A guide to using the Algorand Indexer.
- [Conduit](conduit.md) - A guide to using the Algorand Conduit Service to gather and filter transaction data.
- [Consensus](algorand_consensus.md) - A high-level guide on the Algorand consensus protocol.
- [Protocol Parameters](parameter_tables.md) - A table containing all Algorand blockchain parameters.
- [Technical FAQ](technical_faq.md) - A collection of frequently asked questions about building on Algorand.
- [Algorand Request for Comments](useful_resources/#smart-contract-examples) - The place to go to read and discuss present and future standards.
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/developers-sdks-python.txt:
--------------------------------------------------------------------------------
```
SDKs:python:algosdk:v2client:harness:README.md
SDKs:python:index.rst
SDKs:python:algosdk:index.rst
SDKs:python:algosdk:box_reference.rst
SDKs:python:algosdk:transaction.rst
SDKs:python:algosdk:atomic_transaction_composer.rst
SDKs:python:algosdk:wallet.rst
SDKs:python:algosdk:encoding.rst
SDKs:python:algosdk:account.rst
SDKs:python:algosdk:kmd.rst
SDKs:python:algosdk:dryrun_results.rst
SDKs:python:algosdk:source_map.rst
SDKs:python:algosdk:abi:index.rst
SDKs:python:algosdk:abi:bool_type.rst
SDKs:python:algosdk:abi:string_type.rst
SDKs:python:algosdk:abi:transaction.rst
SDKs:python:algosdk:abi:reference.rst
SDKs:python:algosdk:abi:method.rst
SDKs:python:algosdk:abi:byte_type.rst
SDKs:python:algosdk:abi:address_type.rst
SDKs:python:algosdk:abi:uint_type.rst
SDKs:python:algosdk:abi:interface.rst
SDKs:python:algosdk:abi:array_static_type.rst
SDKs:python:algosdk:abi:contract.rst
SDKs:python:algosdk:abi:tuple_type.rst
SDKs:python:algosdk:abi:base_type.rst
SDKs:python:algosdk:abi:array_dynamic_type.rst
SDKs:python:algosdk:abi:ufixed_type.rst
SDKs:python:algosdk:mnemonic.rst
SDKs:python:algosdk:constants.rst
SDKs:python:algosdk:error.rst
SDKs:python:algosdk:v2client:index.rst
SDKs:python:algosdk:v2client:algod.rst
SDKs:python:algosdk:v2client:indexer.rst
SDKs:python:algosdk:logic.rst
SDKs:python:algosdk:auction.rst
SDKs:python:algosdk:wordlist.rst
SDKs:python:algosdk:util.rst
SDKs:python:README.md
SDKs:python:examples:README.md
specs:README.md
specs:dev:partkey.md
specs:dev:crypto.md
specs:dev:abft.md
specs:dev:README.md
specs:dev:ledger.md
specs:dev:TEAL_opcodes.md
specs:dev:TEAL.md
specs:overview:README.md
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/developers-algokit-utils-python.txt:
--------------------------------------------------------------------------------
```
algokit:utils:python:markdown:capabilities:app-client.md
algokit:utils:python:markdown:capabilities:transfer.md
algokit:utils:python:markdown:capabilities:debugger.md
algokit:utils:python:markdown:capabilities:account.md
algokit:utils:python:markdown:capabilities:app-deploy.md
algokit:utils:python:markdown:capabilities:dispenser-client.md
algokit:utils:python:markdown:capabilities:client.md
algokit:utils:python:markdown:index.md
algokit:utils:python:markdown:apidocs:algokit_utils:algokit_utils.md
algokit:utils:python:source:capabilities:app-client.md
algokit:utils:python:source:capabilities:transfer.md
algokit:utils:python:source:capabilities:debugger.md
algokit:utils:python:source:capabilities:account.md
algokit:utils:python:source:capabilities:app-deploy.md
algokit:utils:python:source:capabilities:dispenser-client.md
algokit:utils:python:source:capabilities:client.md
algokit:utils:python:source:index.md
algokit:utils:python:README.md
developer:docs:details:algokit:utils:py:capabilities:app-client.md
developer:docs:details:algokit:utils:py:capabilities:transfer.md
developer:docs:details:algokit:utils:py:capabilities:debugger.md
developer:docs:details:algokit:utils:py:capabilities:account.md
developer:docs:details:algokit:utils:py:capabilities:app-deploy.md
developer:docs:details:algokit:utils:py:capabilities:dispenser-client.md
developer:docs:details:algokit:utils:py:capabilities:debugging.md
developer:docs:details:algokit:utils:py:capabilities:client.md
developer:docs:details:algokit:utils:py:index.md
developer:docs:details:algokit:utils:py:client_generator.md
developer:docs:details:algokit:utils:py:apidocs.md
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:cli:features:tasks.md:
--------------------------------------------------------------------------------
```markdown
# AlgoKit Tasks
AlgoKit Tasks are a collection of handy tasks that can be used to perform various operations on Algorand blockchain.
## Features
- [Wallet Aliasing](./tasks/wallet.md) - Manage your Algorand addresses and accounts effortlessly with the AlgoKit Wallet feature. This feature allows you to create short aliases for your addresses and accounts on AlgoKit CLI.
- [Vanity Address Generation](./tasks/vanity_address.md) - Generate vanity addresses for your Algorand accounts with the AlgoKit Vanity feature. This feature allows you to generate Algorand addresses which contains a specific keyword of your choice.
- [Transfer Assets or Algos](./tasks/transfer.md) - Transfer Algos or Assets from one account to another with the AlgoKit Transfer feature. This feature allows you to transfer Algos or Assets from one account to another on Algorand blockchain.
- [Opt-(in|out) Assets](./tasks/opt.md) - Opt-in or opt-out of Algorand Asset(s). Supports single or multiple assets.
- [Signing transactions](./tasks/sign.md) - Sign goal clerk compatible Algorand transactions.
- [Sending transactions](./tasks/send.md) - Send signed goal clerk compatible Algorand transactions.
- [NFD lookups](./tasks/nfd.md) - Perform a lookup via NFD domain or address, returning the associated address or domain respectively using the AlgoKit CLI.
- [IPFS uploads](./tasks/ipfs.md) - Upload files to IPFS.
- [Asset minting](./tasks/mint.md) - Mint new fungible or non-fungible assets on Algorand.
- [Analyze TEAL code](./tasks/analyze.md) - Analyze TEAL code using [`tealer`](https://github.com/crytic/tealer) integration for common vulnerabilities.
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/puya:python:testing:docs:testing-guide:subroutines.md:
--------------------------------------------------------------------------------
```markdown
# Subroutines
Subroutines allow direct testing of internal contract logic without full application calls.
```{testsetup}
import algopy
import algopy_testing
from algopy_testing import algopy_testing_context
# Create the context manager for snippets below
ctx_manager = algopy_testing_context()
# Enter the context
context = ctx_manager.__enter__()
```
## Overview
The `@algopy.subroutine` decorator exposes contract methods for isolated testing within the Algorand Python Testing framework. This enables focused validation of core business logic without the overhead of full application deployment and execution.
## Usage
1. Decorate internal methods with `@algopy.subroutine`:
```{testcode}
from algopy import subroutine, UInt64
class MyContract:
@subroutine
def calculate_value(self, input: UInt64) -> UInt64:
return input * UInt64(2)
```
2. Test the subroutine directly:
```{testcode}
def test_calculate_value(context: algopy_testing.AlgopyTestContext):
contract = MyContract()
result = contract.calculate_value(UInt64(5))
assert result == UInt64(10)
```
## Benefits
- Faster test execution
- Simplified debugging
- Focused unit testing of core logic
## Best Practices
- Use subroutines for complex internal calculations
- Prefer writing `pure` subroutines in ARC4Contract classes
- Combine with full application tests for comprehensive coverage
- Maintain realistic input and output types (e.g., `UInt64`, `Bytes`)
## Example
For a complete example, see the `simple_voting` contract in the [examples](../examples.md) section.
```{testcleanup}
ctx_manager.__exit__(None, None, None)
```
```
--------------------------------------------------------------------------------
/packages/server/src/tools/apiManager/indexer/index.ts:
--------------------------------------------------------------------------------
```typescript
import { accountTools, handleAccountTools } from './account.js';
import { applicationTools, handleApplicationTools } from './application.js';
import { assetTools, handleAssetTools } from './asset.js';
import { transactionTools, handleTransactionTools } from './transaction.js';
import { ErrorCode, McpError } from '@modelcontextprotocol/sdk/types.js';
// Combine all indexer tools
export const indexerTools = [
...accountTools,
...applicationTools,
...assetTools,
...transactionTools
];
// Handle all indexer API tools
export async function handleIndexerTools(name: string, args: any): Promise<any> {
const toolArgs = { ...args, name };
// Transaction tools (including account transactions)
if (name === 'api_indexer_lookup_transaction_by_id' ||
name === 'api_indexer_lookup_account_transactions' ||
name.startsWith('api_indexer_search_for_transaction')) {
return handleTransactionTools(toolArgs);
}
// Account tools (excluding account transactions)
if ((name.startsWith('api_indexer_lookup_account_') &&
name !== 'api_indexer_lookup_account_transactions') ||
name === 'api_indexer_search_for_accounts') {
return handleAccountTools(toolArgs);
}
// Application tools
if (name.startsWith('api_indexer_lookup_application') ||
name.startsWith('api_indexer_search_for_application')) {
return handleApplicationTools(toolArgs);
}
// Asset tools
if (name.startsWith('api_indexer_lookup_asset') ||
name.startsWith('api_indexer_search_for_asset')) {
return handleAssetTools(toolArgs);
}
throw new McpError(
ErrorCode.MethodNotFound,
`Unknown tool: ${name}`
);
}
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendParams.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendParams
# Interface: SendParams
[types/transaction](../modules/types_transaction.md).SendParams
Parameters to configure transaction sending.
## Hierarchy
- **`SendParams`**
↳ [`AtomicTransactionComposerToSend`](types_transaction.AtomicTransactionComposerToSend.md)
## Table of contents
### Properties
- [maxRoundsToWaitForConfirmation](types_transaction.SendParams.md#maxroundstowaitforconfirmation)
- [populateAppCallResources](types_transaction.SendParams.md#populateappcallresources)
- [suppressLog](types_transaction.SendParams.md#suppresslog)
## Properties
### maxRoundsToWaitForConfirmation
• `Optional` **maxRoundsToWaitForConfirmation**: `number`
The number of rounds to wait for confirmation. By default until the latest lastValid has past.
#### Defined in
[src/types/transaction.ts:136](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/transaction.ts#L136)
___
### populateAppCallResources
• `Optional` **populateAppCallResources**: `boolean`
Whether to use simulate to automatically populate app call resources in the txn objects. Defaults to `Config.populateAppCallResources`.
#### Defined in
[src/types/transaction.ts:140](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/transaction.ts#L140)
___
### suppressLog
• `Optional` **suppressLog**: `boolean`
Whether to suppress log messages from transaction send, default: do not suppress.
#### Defined in
[src/types/transaction.ts:138](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/transaction.ts#L138)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_logic_error.LogicErrorDetails.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/logic-error](../modules/types_logic_error.md) / LogicErrorDetails
# Interface: LogicErrorDetails
[types/logic-error](../modules/types_logic_error.md).LogicErrorDetails
Details about a smart contract logic error
## Table of contents
### Properties
- [desc](types_logic_error.LogicErrorDetails.md#desc)
- [msg](types_logic_error.LogicErrorDetails.md#msg)
- [pc](types_logic_error.LogicErrorDetails.md#pc)
- [traces](types_logic_error.LogicErrorDetails.md#traces)
- [txId](types_logic_error.LogicErrorDetails.md#txid)
## Properties
### desc
• **desc**: `string`
The full error description
#### Defined in
[src/types/logic-error.ts:14](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/logic-error.ts#L14)
___
### msg
• **msg**: `string`
The error message
#### Defined in
[src/types/logic-error.ts:12](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/logic-error.ts#L12)
___
### pc
• **pc**: `number`
The program counter where the error was
#### Defined in
[src/types/logic-error.ts:10](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/logic-error.ts#L10)
___
### traces
• **traces**: `Record`\<`string`, `unknown`\>[]
Any trace information included in the error
#### Defined in
[src/types/logic-error.ts:16](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/logic-error.ts#L16)
___
### txId
• **txId**: `string`
The ID of the transaction with the logic error
#### Defined in
[src/types/logic-error.ts:8](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/logic-error.ts#L8)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppDeployMetadata.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppDeployMetadata
# Interface: AppDeployMetadata
[types/app](../modules/types_app.md).AppDeployMetadata
The payload of the metadata to add to the transaction note when deploying an app, noting it will be prefixed with `APP_DEPLOY_NOTE_PREFIX`.
## Hierarchy
- **`AppDeployMetadata`**
↳ [`AppMetadata`](types_app_deployer.AppMetadata.md)
↳ [`AppMetadata`](types_app.AppMetadata.md)
## Table of contents
### Properties
- [deletable](types_app.AppDeployMetadata.md#deletable)
- [name](types_app.AppDeployMetadata.md#name)
- [updatable](types_app.AppDeployMetadata.md#updatable)
- [version](types_app.AppDeployMetadata.md#version)
## Properties
### deletable
• `Optional` **deletable**: `boolean`
Whether or not the app is deletable / permanent / unspecified
#### Defined in
[src/types/app.ts:253](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L253)
___
### name
• **name**: `string`
The unique name identifier of the app within the creator account
#### Defined in
[src/types/app.ts:249](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L249)
___
### updatable
• `Optional` **updatable**: `boolean`
Whether or not the app is updatable / immutable / unspecified
#### Defined in
[src/types/app.ts:255](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L255)
___
### version
• **version**: `string`
The version of app that is / will be deployed
#### Defined in
[src/types/app.ts:251](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app.ts#L251)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/ARCs:README.md:
--------------------------------------------------------------------------------
```markdown
# ARCs: Algorand Requests for Comments
## Mission
This repository serves to provide a location for the proposal and discussion of ARCs.
To know an ARC's status, please refer to https://arc.algorand.foundation/.
## Status
Please consider anything which is not published on https://github.com/algorandfoundation/ARCs as a working paper.
And please consider anything published at https://github.com/algorandfoundation/ARCs with a status of "draft" as an incomplete draft.
We recommend only using ARCs with the status "Final", "Living" or "Last Call".
## Process
Before submitting a new ARC, please have a look at [ARC-0](ARCs/arc-0000.md).
## Validation
Pull requests in this repository must pass automated validation checks:
* HTML formatting and broken links are checked using [html-proofer](https://rubygems.org/gems/html-proofer).
* ARC front matter and formatting are [checked](https://github.com/algorandfoundation/ARCs/blob/master/.github/workflows/auto-merge-bot.yml) using [ARC Validator](https://github.com/algorandfoundation/arcw).
To install `arcw` and validate the ARCs repository:
> You will need [Rust/cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
```console
git clone [email protected]:algorandfoundation/arcw.git
cargo install --path=arcw arcw
arcw Path-to-ARCs-Folder/ARCs/ARCs/arc-xxxx.md
```
Here is a dedicated part on the [forum](https://forum.algorand.org/c/arc/19) to talk about ARCs.
To discuss ARCs ideas, see the open [Pull Requests](https://github.com/algorandfoundation/ARCs/pulls) of this repository.
To discuss ARC drafts, use the corresponding issue in the [issue tracker](https://github.com/algorandfoundation/ARCs/issues).
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/algokit:utils:typescript:code:interfaces:types_testing.LogSnapshotConfig.md:
--------------------------------------------------------------------------------
```markdown
[@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / LogSnapshotConfig
# Interface: LogSnapshotConfig
[types/testing](../modules/types_testing.md).LogSnapshotConfig
Configuration for preparing a captured log snapshot.
This helps ensure that the provided configuration items won't appear
with random values in the log snapshot, but rather will get substituted with predictable ids.
## Table of contents
### Properties
- [accounts](types_testing.LogSnapshotConfig.md#accounts)
- [apps](types_testing.LogSnapshotConfig.md#apps)
- [transactions](types_testing.LogSnapshotConfig.md#transactions)
## Properties
### accounts
• `Optional` **accounts**: (`string` \| [`MultisigAccount`](../classes/types_account.MultisigAccount.md) \| `default` \| [`SigningAccount`](../classes/types_account.SigningAccount.md) \| `Address` \| [`TransactionSignerAccount`](types_account.TransactionSignerAccount.md) \| `LogicSigAccount`)[]
Any accounts/addresses to replace the address for predictably
#### Defined in
[src/types/testing.ts:98](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/testing.ts#L98)
___
### apps
• `Optional` **apps**: (`string` \| `number` \| `bigint`)[]
Any app IDs to replace predictably
#### Defined in
[src/types/testing.ts:100](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/testing.ts#L100)
___
### transactions
• `Optional` **transactions**: (`string` \| `Transaction`)[]
Any transaction IDs or transactions to replace the ID for predictably
#### Defined in
[src/types/testing.ts:96](https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/testing.ts#L96)
```
--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/puya:python:testing:docs:testing-guide:signature-testing.md:
--------------------------------------------------------------------------------
```markdown
# Smart Signature Testing
Test Algorand smart signatures (LogicSigs) with ease using the Algorand Python Testing framework.
```{testsetup}
import algopy
from algopy_testing import algopy_testing_context
# Create the context manager for snippets below
ctx_manager = algopy_testing_context()
# Enter the context
context = ctx_manager.__enter__()
```
## Define a LogicSig
Use the `@logicsig` decorator to create a LogicSig:
```{testcode}
from algopy import logicsig, Account, Txn, Global, UInt64, Bytes
@logicsig
def hashed_time_locked_lsig() -> bool:
# LogicSig code here
return True # Approve transaction
```
## Execute and Test
Use `AlgopyTestContext.execute_logicsig()` to run and verify LogicSigs:
```{testcode}
with context.txn.create_group([
context.any.txn.payment(),
]):
result = context.execute_logicsig(hashed_time_locked_lsig, algopy.Bytes(b"secret"))
assert result is True
```
`execute_logicsig()` returns a boolean:
- `True`: Transaction approved
- `False`: Transaction rejected
## Pass Arguments
Provide arguments to LogicSigs using `execute_logicsig()`:
```{testcode}
result = context.execute_logicsig(hashed_time_locked_lsig, algopy.Bytes(b"secret"))
```
Access arguments in the LogicSig with `algopy.op.arg()` opcode:
```{testcode}
@logicsig
def hashed_time_locked_lsig() -> bool:
secret = algopy.op.arg(0)
expected_hash = algopy.op.sha256(algopy.Bytes(b"secret"))
return algopy.op.sha256(secret) == expected_hash
# Example usage
secret = algopy.Bytes(b"secret")
assert context.execute_logicsig(hashed_time_locked_lsig, secret)
```
For more details on available operations, see the [coverage](../coverage.md).
```{testcleanup}
ctx_manager.__exit__(None, None, None)
```
```