Skip to content

Commit 2eadf43

Browse files
Revert "Updates account-creation output."
This reverts commit 4818458.
1 parent 4818458 commit 2eadf43

File tree

3 files changed

+9
-17
lines changed

3 files changed

+9
-17
lines changed

content/basics/quickstart.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,7 @@ You need funds to interact with the Entropy network. Your funds are stored in an
9696
? Would you like to import your own seed? (y/N) n
9797
```
9898
99-
1. Enter the name of your new account. The TUI should output something like:
100-
101-
```output
102-
Secret seed: 0xbb843570917266ffd1a76653281ff0283e87ed9e12d7dbf24f3a78519be51289
103-
Public key (hex): 0x2e1370eab7fa85743c1656b0d962f8a38f65cf9cc1a980ab2b5cce8b51ac620d
104-
AccountID: 0x2e1370eab7fa85743c1656b0d962f8a38f65cf9cc1a980ab2b5cce8b51ac620d
105-
Public key (SS58): 5D77qPQj7S346ocxgHX7XmYUqtQft4ghXBYBuv8HuznDgDm7
106-
SS58 Address: 5D77qPQj7S346ocxgHX7XmYUqtQft4ghXBYBuv8HuznDgDm7
107-
```
108-
99+
1. Enter the name of your new account.
109100
1. Type `Y` and press `ENTER` to return to the main menu.
110101
111102
Next up, you'll request some funds to play around with.

content/guides/manage-accounts.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ You need to have the Entropy CLI installed. [Take a look at the CLI page for det
2222

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

25-
```output
26-
Secret seed: 0xbb843570917266ffd1a76653281ff0283e87ed9e12d7dbf24f3a78519be51289
27-
Public key (hex): 0x2e1370eab7fa85743c1656b0d962f8a38f65cf9cc1a980ab2b5cce8b51ac620d
28-
AccountID: 0x2e1370eab7fa85743c1656b0d962f8a38f65cf9cc1a980ab2b5cce8b51ac620d
29-
Public key (SS58): 5D77qPQj7S346ocxgHX7XmYUqtQft4ghXBYBuv8HuznDgDm7
30-
SS58 Address: 5D77qPQj7S346ocxgHX7XmYUqtQft4ghXBYBuv8HuznDgDm7
31-
```
25+
```output
26+
New account:
27+
{
28+
name: Ludleth
29+
address: 5HMnksPMRPqsDqyCj31VoQFgpiswsr12bk2YTyfMUEKCm2bv
30+
}
31+
```
3232

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

content/reference/command-line-interface.md

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Follow these steps to install Entropy globally using NPM:
8181

8282

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

8586
```shell
8687
entropy tui

0 commit comments

Comments
 (0)