AlgoKit CLI
AlgoKit CLI
Section titled “AlgoKit CLI”AlgoKit CLI is a command-line tool for Algorand development that simplifies common tasks.
Installation
Section titled “Installation”pipx install algokitQuick Start
Section titled “Quick Start”# Initialize a new projectalgokit init
# Start LocalNetalgokit localnet start
# Compile smart contractsalgokit compileFeatures
Section titled “Features”- Project scaffolding with templates
- LocalNet management
- Smart contract compilation
- Code generation