Skip to content

Account Management

AlgoKit Utils provides comprehensive account management utilities.

const account = await algorand.account.random();
const fromMnemonic = algorand.account.fromMnemonic('your mnemonic here...');
await algorand.account.ensureFunded(account, dispenser, (1).algo());