Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[docs] cleos doc-a-thon feedback 3 #9934

Merged
merged 1 commit into from
Jan 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/02_cleos/02_how-to-guides/how-to-get-account-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ Query infomation of an EOSIO account

* Install the currently supported version of `cleos`

* Understand the following:
* What is an account
[[info | Note]]
| The cleos tool is bundled with the EOSIO software. [Installing EOSIO](../../00_install/index.md) will also install the cleos tool.

* Acquire functional understanding of [EOSIO Accounts and Permissions](https://developers.eos.io/welcome/latest/protocol/accounts_and_permissions)


## Steps

Expand All @@ -16,8 +19,9 @@ Execute the command below:
```sh
cleos get account ACCOUNT_NAME
```
Where ACCOUNT_NAME = name of the existing account in the EOSIO blockchain.

This should produce similar output as below:
**Example Output**

```console
created: 2018-06-01T12:00:00.000
Expand Down