Skip to content

Commit 99fa30b

Browse files
committed
docs: document 'genesis generate-keypair' command
1 parent 4bbe8fd commit 99fa30b

File tree

4 files changed

+486
-5
lines changed

4 files changed

+486
-5
lines changed

docs/website/root/manual/develop/nodes/mithril-aggregator.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ Here are the available subcommands:
398398
| **genesis sign** | Signs the genesis payload with the genesis secret key |
399399
| **genesis import** | Imports the genesis signature (the payload signed with the genesis secret key) and creates and imports a genesis certificate in the store |
400400
| **genesis bootstrap** | Bootstraps a genesis certificate (test only usage) |
401+
| **generate-keypair** | Generates a genesis keypair command |
401402
| **era list** | Lists the supported eras |
402403
| **era generate-tx-datum** | Generates the era markers transaction datum to be stored on-chain |
403404
| **tools recompute-certificates-hash** | Loads all certificates in the database, recomputing their hash, and updating all related entities |
@@ -483,6 +484,12 @@ Here is a list of the available parameters:
483484
| `target_signed_payload_path` | `--target-signed-payload-path` | - | - | Path of the signed payload to export. | - | - | - |
484485
| `genesis_secret_key_path` | `--genesis-secret-key-path` | - | - | Path of the genesis secret key. | - | - | - |
485486

487+
`genesis generate-keypair` command:
488+
489+
| Parameter | Command line (long) | Command line (short) | Environment variable | Description | Default value | Example | Mandatory |
490+
| ------------- | ------------------- | :------------------: | -------------------- | ------------------------------------- | ------------- | ------- | :----------------: |
491+
| `target_path` | `--target-path` | - | - | Target path for the generated keypair | - | - | :heavy_check_mark: |
492+
486493
`era list` command:
487494

488495
| Parameter | Command line (long) | Command line (short) | Environment variable | Description | Default value | Example | Mandatory |

0 commit comments

Comments
 (0)