Skip to content

AlgoKit Utils TypeScript (Latest)

This is the TypeScript version of AlgoKit Utils at version latest.

Terminal window
npm install @algorandfoundation/algokit-utils
import { AlgorandClient } from '@algorandfoundation/algokit-utils';
const algorand = AlgorandClient.defaultLocalNet();
const account = algorand.account.random();
  • Full TypeScript support with type definitions
  • AlgorandClient for simplified blockchain interactions
  • Transaction composition and signing
  • App client for smart contract interactions