Init
Quickly scaffold new Algorand projects from official templates or community templates.
brew install algorandfoundation/tap/algokitwinget install AlgoKitpipx install algokit# Verify installationalgokit --version
# Create a new project from a templatealgokit init
# Start a local Algorand networkalgokit localnet start
# Explore the network with loraalgokit exploreInit
Quickly scaffold new Algorand projects from official templates or community templates.
LocalNet
Spin up a local isolated Algorand network for development and testing.
Compile
Compile Algorand Python and other smart contract languages to AVM bytecode.
Deploy
Deploy smart contracts to LocalNet, TestNet or MainNet with a single command.
Tasks
Perform blockchain operations: send, sign, mint, transfer assets and more.
Generate
Generate typed clients and other code artifacts for your Algorand project.