Skip to content

Commit

Permalink
Update participants.mdx
Browse files Browse the repository at this point in the history
namadaw --pre-genesis key gen --alias $ALIAS
  • Loading branch information
encipher88 authored Dec 8, 2023
1 parent 0a39aea commit b921f33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This can be done through the namada cli:

```bash
ALIAS="<your-key-alias>"
namadaw gen key --alias $ALIAS --pre-genesis
namadaw --pre-genesis key gen --alias $ALIAS
```

After the user has entered their passwords and written down their mnemonic phrase, the namada cli will save the keys to the `pre-genesis` folder inside the [base directory](../../ledger/base-directory.mdx).
Expand Down

0 comments on commit b921f33

Please sign in to comment.