algorand-typescript

Installation
SKILL.md

Algorand TypeScript

Write, test, deploy, and troubleshoot Algorand TypeScript smart contracts.

Quick Start

algokit init -n my-project -t typescript --answer preset_name production --defaults
cd my-project
algokit project run build    # Compile .algo.ts → ARC-56 + typed client
algokit project run test     # Run Vitest tests
algokit localnet start       # Start local network
algokit project deploy localnet  # Deploy

Critical Rules

Installs
5
GitHub Stars
33
First Seen
Feb 12, 2026
algorand-typescript — algorand-devrel/algorand-agent-skills