Skip to content

Quick Start

This guide walks you through creating your first Algorand transaction using AlgoKit Utils.

import { AlgorandClient } from '@algorandfoundation/algokit-utils';
const algorand = AlgorandClient.defaultLocalNet();
const account = await algorand.account.random();
await algorand.account.ensureFunded(account, algorand.account.localNetDispenser(), (1).algo());