Skip to content

AlgoKit CLI

The one-stop shop tool for developers building on the Algorand network
Terminal window
brew install algorandfoundation/tap/algokit
Terminal window
# Verify installation
algokit --version
# Create a new project from a template
algokit init
# Start a local Algorand network
algokit localnet start
# Explore the network with lora
algokit explore

Init

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.