@@ -11,32 +11,22 @@ This document explains how to set up a local testing environment based on the `g
11
11
### local-docker.sh
12
12
13
13
- ** Purpose** : Integrated running script for local testing based on the local repository.
14
- - ** Usage** : ` ./local-docker-env/local-docker.sh -a <account_num> -v <ubuntu_version>(optional) `
14
+ - ** Usage** : ` ./local-docker-env/local-docker.sh -a <account_num> -v <ubuntu_version>(optional) --keep-nodekey(optional) `
15
15
16
16
### local-docker-git.sh
17
17
18
18
- ** Purpose** : Integrated running script for local testing based on the Git repository.
19
- - ** Usage** : ` ./local-docker-env/local-docker-git.sh -a <account_num> -b <branch> -r <repo> -v <ubuntu_version>(optional) `
19
+ - ** Usage** : ` ./local-docker-env/local-docker-git.sh -a <account_num> -b <branch> -r <repo> -v <ubuntu_version>(optional --keep-nodekey(optional ) `
20
20
21
- ### key- gen.sh
21
+ ### gen-nodekey .sh
22
22
23
- - ** Purpose** : Generates an account in the ` keystore ` folder and creates a nodekey in the ` nodekey ` folder .
24
- - ** Usage** : ` ./key- gen.sh -a <account_num > `
23
+ - ** Purpose** : Script for generating a nodekey for the node .
24
+ - ** Usage** : ` ./local-docker-env/ gen-nodekey .sh -a <nodekey_num > `
25
25
26
- ### config- gen.sh
26
+ ### gen-account .sh
27
27
28
- - ** Purpose** : Generates the ` config.json ` file.
29
- - ** Usage** : ` ./config-gen.sh -a <account_num> -f <output_config_file> `
30
-
31
- ### docker-compose-gen.sh
32
-
33
- - ** Purpose** : Generates the ` docker-compose.yml ` file based on the local repository.
34
- - ** Usage** : ` ./docker-compose-gen.sh -a <account_num> -f <output_file_path> -v <ubuntu_version>(optional) `
35
-
36
- ### docker-compose-gen-git.sh
37
-
38
- - ** Purpose** : Generates the ` docker-compose.yml ` file based on the Git repository.
39
- - ** Usage** : ` ./docker-compose-gen-git.sh -a <account_num> -f <output_file_path> -r <repo_url> -b <branch_name> -v <ubuntu_version>(optional) `
28
+ - ** Purpose** : Script for generating a nodekey for the node.
29
+ - ** Usage** : ` ./local-docker-env/gen-account.sh -a <account_num> `
40
30
41
31
### init-boot.sh
42
32
@@ -66,11 +56,11 @@ This document explains how to set up a local testing environment based on the `g
66
56
### Execution based on the local repository code
67
57
68
58
``` bash
69
- ./local-docker-env/local-docker.sh -a < account_num> -v < ubuntu_version>( optional)
59
+ ./local-docker-env/local-docker.sh -a < account_num> -v < ubuntu_version> (optional) --keep-nodekey (optional)
70
60
```
71
61
72
62
### Execution based on the Git repository code
73
63
74
64
``` bash
75
- ./local-docker-env/local-docker-git.sh -a < account_num> -b < branch> -r < repo> -v < ubuntu_version>( optional)
65
+ ./local-docker-env/local-docker-git.sh -a < account_num> -b < branch> -r < repo> -v < ubuntu_version> (optional) --keep-nodekey (optional)
76
66
```
0 commit comments