algorand-python
Installation
SKILL.md
Algorand Python
Write, test, deploy, and troubleshoot Algorand Python smart contracts.
Quick Start
# Create Python project
algokit init -n my-project -t python --answer preset_name production --defaults
# Development cycle
cd my-project
algokit project run build # Compile contracts with PuyaPy
algokit project run test # Run pytest tests
algokit localnet start # Start local network
algokit project deploy localnet # Deploy