Skip to content

[DO NOT MERGE] Updates account-creation output. #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
11 changes: 10 additions & 1 deletion content/basics/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,16 @@ You need funds to interact with the Entropy network. Your funds are stored in an
? Would you like to import your own seed? (y/N) n
```

1. Enter the name of your new account.
1. Enter the name of your new account. The TUI should output something like:

```output
Secret seed: 0xbb843570917266ffd1a76653281ff0283e87ed9e12d7dbf24f3a78519be51289
Public key (hex): 0x2e1370eab7fa85743c1656b0d962f8a38f65cf9cc1a980ab2b5cce8b51ac620d
AccountID: 0x2e1370eab7fa85743c1656b0d962f8a38f65cf9cc1a980ab2b5cce8b51ac620d
Public key (SS58): 5D77qPQj7S346ocxgHX7XmYUqtQft4ghXBYBuv8HuznDgDm7
SS58 Address: 5D77qPQj7S346ocxgHX7XmYUqtQft4ghXBYBuv8HuznDgDm7
```

1. Type `Y` and press `ENTER` to return to the main menu.

Next up, you'll request some funds to play around with.
Expand Down
14 changes: 7 additions & 7 deletions content/guides/manage-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ You need to have the Entropy CLI installed. [Take a look at the CLI page for det

1. Enter the name of your new account. The CLI will output some information about it:

```output
New account:
{
name: Ludleth
address: 5HMnksPMRPqsDqyCj31VoQFgpiswsr12bk2YTyfMUEKCm2bv
}
```
```output
Secret seed: 0xbb843570917266ffd1a76653281ff0283e87ed9e12d7dbf24f3a78519be51289
Public key (hex): 0x2e1370eab7fa85743c1656b0d962f8a38f65cf9cc1a980ab2b5cce8b51ac620d
AccountID: 0x2e1370eab7fa85743c1656b0d962f8a38f65cf9cc1a980ab2b5cce8b51ac620d
Public key (SS58): 5D77qPQj7S346ocxgHX7XmYUqtQft4ghXBYBuv8HuznDgDm7
SS58 Address: 5D77qPQj7S346ocxgHX7XmYUqtQft4ghXBYBuv8HuznDgDm7
```

1. Type `Y` and press `ENTER` to go back to the main menu.

Expand Down
1 change: 0 additions & 1 deletion content/reference/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ Follow these steps to install Entropy globally using NPM:


1. You can also interact with the CLI through the TUI by adding `tui`:
<<<<<<< HEAD

```shell
entropy tui
Expand Down