Skip to content

Commit

Permalink
Updates Docs for Core 0.3.0 Release. (#250)
Browse files Browse the repository at this point in the history
* Updates CLI to use `entropy tui`. (#249)

* Updates required node version.
  • Loading branch information
johnnymatthews authored Nov 7, 2024
1 parent 0e96df4 commit 55bdba2
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 147 deletions.
4 changes: 2 additions & 2 deletions content/basics/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ The command-line interface (CLI) is the most straightforward way to interact wit
npm install --global @entropyxyz/cli
```

1. Run the CLI using `entropy`:
1. Run the CLI using `entropy tui`:

```shell
entropy
entropy tui
```

```output
Expand Down
4 changes: 2 additions & 2 deletions content/guides/deploy-a-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Next, you can move on to starting the CLI and deploying your program.

### Deploy the program

1. Start the CLI by running `entropy`.
1. Start the CLI by running `entropy tui`.
1. At the main menu within the CLI, select **Deploy Program**:

```output
Expand Down Expand Up @@ -50,7 +50,7 @@ You can now interact with your program using the program pointer.
If you've lost your program pointer, you can list it by running the following:
1. Start the CLI by running `entropy`.
1. Start the CLI by running `entropy tui`.
1. At the main menu within the CLI, select **Deploy Program**:
```output
Expand Down
4 changes: 2 additions & 2 deletions content/guides/manage-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You need to have the Entropy CLI installed. [Take a look at the CLI page for det

### Create an account

1. Start the CLI by running `entropy`.
1. Start the CLI by running `entropy tui`.
1. Select **Manage Accounts**.
1. Select **New**.
1. Type `n` and press `ENTER` when asked _Would you like to import a key?_:
Expand All @@ -36,7 +36,7 @@ You need to have the Entropy CLI installed. [Take a look at the CLI page for det

You can import an account by the `seed` for the account. Most Substrate-based wallets allow you to export your account information.

1. Start the CLI by running `entropy`.
1. Start the CLI by running `entropy tui`.
1. Select **Manage Accounts**.
1. Select **New**.
1. Type `y` and press `ENTER` when asked _Would you like to import a key?_:
Expand Down
2 changes: 1 addition & 1 deletion content/guides/register-an-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lead: "Registering an account is a feature unique to Entropy. Without going into

Here is the process for registering an address using the Entropy CLI's interactive text-based user interface (TUI).

1. Start the CLI by running `entropy`.
1. Start the CLI by running `entropy tui`.
1. Back at the main menu within the CLI, select **Register**:

```output
Expand Down
Loading

0 comments on commit 55bdba2

Please sign in to comment.