Skip to content

AlgoKit Utils TypeScript (v8.0.0)

This is the TypeScript version of AlgoKit Utils at version v8.0.0.

Terminal window
npm install @algorandfoundation/algokit-utils@8.0.0
  • Breaking changes from v7
  • New AlgorandClient API
  • Improved transaction composition
import { AlgorandClient } from '@algorandfoundation/algokit-utils';
const algorand = AlgorandClient.defaultLocalNet();

This is v8.0.0 documentation. For the latest version, switch using the version picker.