AlgoKit Utils TypeScript (Latest)
AlgoKit Utils for TypeScript
Section titled “AlgoKit Utils for TypeScript”This is the TypeScript version of AlgoKit Utils at version latest.
Installation
Section titled “Installation”npm install @algorandfoundation/algokit-utilsQuick Start
Section titled “Quick Start”import { AlgorandClient } from '@algorandfoundation/algokit-utils';
const algorand = AlgorandClient.defaultLocalNet();const account = algorand.account.random();Features
Section titled “Features”- Full TypeScript support with type definitions
- AlgorandClient for simplified blockchain interactions
- Transaction composition and signing
- App client for smart contract interactions