Loading...
Loading...
AlgoKit CLI commands for building, testing, and deploying Algorand applications. Use when building or compiling smart contracts, running test suites, deploying to localnet, managing local Algorand network, or understanding the development workflow. Strong triggers include "build the contract", "run the tests", "start localnet", "deploy to localnet", "algokit project run", "localnet status".
npx skill4agent add algorand-devrel/algorand-agent-skills use-algokit-clialgokit project run buildalgokit project run testalgokit project deploy localnetalgokit project run buildalgokit project run testalgokit localnet startalgokit project deploy localnetartifacts/| Scenario | Command |
|---|---|
| Start local network | |
| Stop local network | |
| Reset network state | |
| Check network status | |
| Build fails | Check Puya compiler errors, fix contract code |
| Tests fail | Check test assertions, fix contract or test code |