Skip to content

Commit

Permalink
fix the lint error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TimmyExogenous committed Dec 19, 2024
1 parent 0547dd3 commit 0207ce1
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions cmd/exocore-test-tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,29 +54,42 @@ The current implementation primarily provides the following functionalities:

The specific processes for the two types of testing are as follows:
A local node needs to be started through `local_node.sh` before testing.

1. automated testing:
Step 1: Initialize the configuration file in current directory

```shell
exocore-test-tool init --home
```

Step 2: Start the test tool

```shell
exocore-test-tool start --home .
```

2. manual testing:
Step 1: Initialize the configuration file in current directory

Step 1: Initialize the configuration file in current directory

```shell
exocore-test-tool init --home
```
Step 2: Prepare test environment

Step 2: Prepare test environment

```shell
exocore-test-tool prepare --home .
exocore-test-tool prepare --home .
```
Step 3: Run batch tests

Step 3: Run batch tests

```shell
exocore-test-tool batch-test depositLST --home .
```

We can query transactions for a specific batch and status using the following command, either during or after the test:

```shell
exocore-test-tool query-tx-record <msgType> <batch-id> <status>
```
Expand Down

0 comments on commit 0207ce1

Please sign in to comment.