Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<span data-ty="input"><span class="file-path"></span>./target/release/solochain-template-node key inspect \</span>
<span data-ty>--scheme Ed25519 \</span>
<span data-ty>--password-interactive \</span>
<span data-ty>"digital width rely long insect blind usual name oyster easy steak spend"</span>
<span data-ty>Key password:</span>
<span data-ty>Secret phrase: digital width rely long insect blind usual name oyster easy steak spend</span>
<span data-ty>Network ID: substrate</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Follow these steps to generate your keys:
./target/release/solochain-template-node key inspect \
--scheme Ed25519 \
--password-interactive \
"INSERT_SECRET_PHRASE"
```

When prompted for a **Key password**, enter the same password you used in the previous step
Expand Down