Skip to content

CLI Commands Reference

Initialize a new AlgoKit project from a template.

Terminal window
algokit init [OPTIONS] [DIRECTORY_NAME]
  • --template, -t: Template name to use
  • --no-git: Skip git initialization
  • --defaults: Use default values

Manage the local Algorand network.

Terminal window
algokit localnet [COMMAND]
  • start: Start LocalNet
  • stop: Stop LocalNet
  • reset: Reset LocalNet state
  • status: Show LocalNet status

Compile smart contracts.

Terminal window
algokit compile [OPTIONS] [CONTRACT_PATH]