diff --git a/content/documentation/cli/cli-cmd-wallet-account.mdx b/content/documentation/cli/cli-cmd-wallet-account.mdx new file mode 100644 index 00000000..892f8c3c --- /dev/null +++ b/content/documentation/cli/cli-cmd-wallet-account.mdx @@ -0,0 +1,22 @@ +--- +title: wallet:account +seo: Wallet Account Command +--- + +To see the status of an account on your node + +```sh +ironfish wallet:account MyAccount +``` + + diff --git a/content/documentation/sidebar.ts b/content/documentation/sidebar.ts index b0905fa9..5c8588f8 100644 --- a/content/documentation/sidebar.ts +++ b/content/documentation/sidebar.ts @@ -54,6 +54,7 @@ export const sidebar: SidebarDefinition = [ { label: "wallet", items: [ + "cli/cli-cmd-wallet-account", "cli/cli-cmd-wallet-accounts", "cli/cli-cmd-wallet-address", "cli/cli-cmd-wallet-assets",