You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/register-an-account.md
+43-12Lines changed: 43 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,60 @@ lead: "Registering an account is a feature unique to Entropy. Without going into
8
8
Here is the process for registering an address using the Entropy CLI's interactive text-based user interface (TUI).
9
9
10
10
1. Start the CLI by running `entropy tui`.
11
-
1.Back at the main menu within the CLI, select**Register**:
11
+
1.Select**Register**:
12
12
13
-
```output
14
-
? Select Action
13
+
```output
14
+
? Select Action (Use arrow keys)
15
15
Manage Accounts
16
+
Entropy Faucet
16
17
Balance
17
-
> Register
18
+
❯ Register
18
19
Sign
19
20
Transfer
20
21
Deploy Program
21
22
User Programs
22
23
Exit
23
-
```
24
+
```
24
25
25
-
1. The CLI will send your selected account information to the network. As long as you have enough funds in your account, the network will register your account.
26
+
1. The CLI will send your selected account information to the network. As long as you have enough funds, the network will register your account.
26
27
27
-
```output
28
-
Attempting to register the address: 5Dcps2RdXPQfiJBxxDnrF8iDzDHcnZC8rb5mcJ3xicqzhYbv
29
-
Your address 5Dcps2RdXPQfiJBxxDnrF8iDzDHcnZC8rb5mcJ3xicqzhYbv has been successfully registered.
30
-
```
28
+
```output
29
+
Attempting to register the address: 5EFDfxft4oZYvjj35TWttFkkKZSHUDVnBRmp3eMQQcpt9zku
30
+
Your address 5EFDfxft4oZYvjj35TWttFkkKZSHUDVnBRmp3eMQQcpt9zku has been successfully registered.
31
+
```
31
32
32
33
1. Press `Y` to go back to the main menu.
33
34
34
-
## SDK
35
+
You can check that your account is registered by navigating to **Manage Accounts** and selecting **List Accounts**. Accounts that have been registered will have `verifyingKeys`:
35
36
36
-
The feature is not currently available in the SDK.
In the above example, the `Yoel` key has been registered, while the `Andre` key has not.
54
+
55
+
## Programmatic CLI
56
+
57
+
You can use the `account register` commands to register an account. You must have created an account _before_ attempting to register it. The account must also have enough funds to request registration from the network. After a successful registration, the CLI will output the verifying key of the account:
0 commit comments