Skip to content

Commit

Permalink
Merge pull request #82 from remyroy/docs-improve
Browse files Browse the repository at this point in the history
Adding missing commands to README file and minor doc improvement
  • Loading branch information
valefar-on-discord authored Jul 27, 2024
2 parents e1cedbc + b361b6e commit 0b3929e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ The CLI offers different commands depending on what you want to do with the tool
| ------- | ----------- |
| `new-mnemonic` | (Recommended) This command is used to generate keystores with a new mnemonic. |
| `existing-mnemonic` | This command is used to re-generate or derive new keys from your existing mnemonic. Use this command, if (i) you have already generated keys with this CLI before, (ii) you want to reuse your mnemonic that you know is secure that you generated elsewhere (reusing your eth wallet mnemonic .etc), or (iii) you lost your keystores and need to recover your keys. |
| `generate-bls-to-execution-change` | This command is used to generate BLS to execution address change message. This is used to add a withdrawal address to a validator that does not currently have one. |
| `exit-transaction-keystore` | This command is used to create an exit transaction using a keystore file. |
| `exit-transaction-mnemonic` | This command is used to create an exit transaction using a mnemonic phrase. |

###### `new-mnemonic` Arguments

Expand Down
2 changes: 1 addition & 1 deletion docs/src/generate_bls_to_execution_change.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{#include ./snippet/warning_message.md}}

## Description
Generates a BLS to execution address change message.
Generates a BLS to execution address change message. This is used to add a withdrawal address to a validator that does not currently have one.

## Optional Arguments

Expand Down

0 comments on commit 0b3929e

Please sign in to comment.