Tasks
AlgoKit Tasks¶
AlgoKit Tasks are a collection of handy tasks that can be used to perform various operations on Algorand blockchain.
Features¶
- Wallet Aliasing - 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 - 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 - 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 - Opt-in or opt-out of Algorand Asset(s). Supports single or multiple assets.
- Signing transactions - Sign goal clerk compatible Algorand transactions.
- Sending transactions - Send signed goal clerk compatible Algorand transactions.
- NFD lookups - Perform a lookup via NFD domain or address, returning the associated address or domain respectively using the AlgoKit CLI.
- IPFS uploads - Upload files to IPFS.
- Asset minting - Mint new fungible or non-fungible assets on Algorand.
- Analyze TEAL code - Analyze TEAL code using
tealer
integration for common vulnerabilities.