Skip to content

Commit 68be8b9

Browse files
authored
Update README with SEED_HEX generation instructions
Clarify instructions for generating SEED_HEX value.
1 parent 406fd53 commit 68be8b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Small helper CLI to derive testnet addresses from a configured seed and to build
44

55
## Setup
66

7-
1. Add a `.env` file in the project root directory (or export env var):
7+
1. Add a `.env` file in the project root directory (or export env var). You can use `openssl rand -hex 32` to generate this value:
88

99
```
1010
SEED_HEX=000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f

0 commit comments

Comments
 (0)