Skip to content

account create Command Guide

Enrico Rubboli edited this page Apr 10, 2026 · 1 revision

account-create

Creates a new account with an optional name.

Returns an error if the last created account does not have a transaction history.

Usage

account-create [NAME]

Arguments

  • [NAME]: Optional name for the new account.

Examples

# Create an unnamed account
account-create

# Create a named account
account-create "Savings"

Clone this wiki locally