Account Management
Account Management
Section titled “Account Management”AlgoKit Utils provides comprehensive account management utilities.
Creating Accounts
Section titled “Creating Accounts”const account = await algorand.account.random();const fromMnemonic = algorand.account.fromMnemonic('your mnemonic here...');Funding Accounts
Section titled “Funding Accounts”await algorand.account.ensureFunded(account, dispenser, (1).algo());