Init
Quickly scaffold new Algorand projects from official templates or community templates.
bash curl -fsSL https://cli.algokit.io/install.sh | bash
powershell irm https://cli.algokit.io/install.ps1 | iex The install script handles installing
uvand Python automatically. Legacy installation methods viabrew,winget, andsnapare also available — see the official installation guide.
# 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.