Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Jan 29, 2025
1 parent bf68b2b commit 456d99d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The XRPLD Network Generator CLI is a command-line interface tool designed to fac

### Current Versions

- Ripple: `1.12.0`
- Xahau: `2024.1.25-release+738`
- Ripple: `2.3.0`
- Xahau: `2024.11.18-release+1141`

## Prerequisites

Expand Down Expand Up @@ -42,26 +42,26 @@ The CLI provides several commands to manage XRPLD networks and standalone ledger

### Create a new Network

To start a network or standalone ledger, use the `start` command followed by the name of the network or standalone ledger.
To create a network or standalone ledger, use the `create:network` command followed by the name of the network or standalone ledger.

```bash
xrpld-netgen create:network --protocol [PROTOCOL] --build_version [BUILD_VERSION] --validators [NUM_VALIDATORS]
```

### Start a Network or Standalone Ledger

To start a network or standalone ledger, use the `start` command followed by the name of the network or standalone ledger.
To start a network or standalone ledger, use the `up` command followed by the name of the network or standalone ledger.

```bash
xrpld-netgen start --name [PROTOCOL] + [BUILD_VERSION]
xrpld-netgen up --name [PROTOCOL] + [BUILD_VERSION]
```

### Stop a Network or Standalone Ledger

To stop a running network or standalone ledger, use the `stop` command followed by the name of the network or standalone ledger.
To stop a running network or standalone ledger, use the `down` command followed by the name of the network or standalone ledger.

```bash
xrpld-netgen stop --name [PROTOCOL] + [BUILD_VERSION]
xrpld-netgen down --name [PROTOCOL] + [BUILD_VERSION]
```

### Remove a Network or Standalone Ledger
Expand Down

0 comments on commit 456d99d

Please sign in to comment.