AlgoKit Utils
AlgoKit Utils
Section titled “AlgoKit Utils”A set of utilities that make it easier to build solutions on Algorand, available in both TypeScript and Python.
TypeScript
Section titled “TypeScript”npm install @algorandfoundation/algokit-utilsimport { AlgorandClient } from '@algorandfoundation/algokit-utils';
const algorand = AlgorandClient.defaultLocalNet();Python
Section titled “Python”pip install algokit-utilsfrom algokit_utils import AlgorandClient
algorand = AlgorandClient.default_local_net()See the Quick Start guide to get started.