use-algokit-cli
Installation
SKILL.md
AlgoKit Commands
Standard commands for Algorand development with AlgoKit CLI.
Overview / Core Workflow
- Write contract code
- Build:
algokit project run build - Write tests using generated clients
- Test:
algokit project run test - Deploy:
algokit project deploy localnet
How to proceed
- Build contracts:
This compiles contracts via Puya, generates ARC56 specs, and creates typed clients.algokit project run build