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

  1. Build the contract: algokit project run build
  2. Deploy using CLI: algokit project deploy localnet
  3. Write TypeScript scripts using the generated client
  4. Run scripts: npx tsx scripts/my-script.ts

How to proceed

1. Build the Contract

algokit project run build
Installs
4
GitHub Stars
30
First Seen
Feb 12, 2026
call-smart-contracts — algorand-devrel/algorand-agent-skills