call-smart-contracts
Installation
SKILL.md
Calling Smart Contracts
Deploy and interact with Algorand smart contracts using AlgoKit CLI and the generated TypeScript client.
Overview / Core Workflow
- Build the contract:
algokit project run build - Deploy using CLI:
algokit project deploy localnet - Write TypeScript scripts using the generated client
- Run scripts:
npx tsx scripts/my-script.ts
How to proceed
1. Build the Contract
algokit project run build