AlgoKit Utils TypeScript (v8.0.0)
AlgoKit Utils for TypeScript v8.0.0
Section titled “AlgoKit Utils for TypeScript v8.0.0”This is the TypeScript version of AlgoKit Utils at version v8.0.0.
Installation
Section titled “Installation”npm install @algorandfoundation/algokit-utils@8.0.0What’s New in v8.0.0
Section titled “What’s New in v8.0.0”- Breaking changes from v7
- New AlgorandClient API
- Improved transaction composition
Quick Start
Section titled “Quick Start”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.