Skip to content

Commit

Permalink
adds docs page for 'wallet:account' command (#745)
Browse files Browse the repository at this point in the history
* adds docs page for 'wallet:account' command

populates terminal output with example for account on testnet named 'MyAccount'

* moves wallet:account command to CLI documentation section
  • Loading branch information
hughy authored Nov 11, 2024
1 parent e3d1427 commit f61bc5d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions content/documentation/cli/cli-cmd-wallet-account.mdx
Original file line number Diff line number Diff line change
@@ -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
```

<Terminal command="ironfish wallet:account MyAccount"
output={`
Account: MyAccount
Default: ✓
View Only:
In Chain: ✓
Scanning: ✓
Sequence: 1
Head: eac623b099b8081d2bde92d43a4a7795385c94e2c0ae4097ef488972e83ff2b3
`}
/>
1 change: 1 addition & 0 deletions content/documentation/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f61bc5d

Please sign in to comment.