use-algokit-utils
Installation
SKILL.md
AlgoKit Utils
Use AlgoKit Utils to interact with the Algorand blockchain from TypeScript or Python applications.
Overview / Core Workflow
- Create an
AlgorandClientinstance - Get or create accounts for signing
- Send transactions using
algorand.send.*methods - Or compose groups using
algorand.newGroup()
How to proceed
-
Initialize AlgorandClient:
TypeScript:
import { AlgorandClient } from '@algorandfoundation/algokit-utils'