-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added commands and ending lines to terminal snippets, some small edits
- Loading branch information
1 parent
3d5c4cf
commit 0b9371e
Showing
5 changed files
with
48 additions
and
20 deletions.
There are no files selected for viewing
19 changes: 12 additions & 7 deletions
19
...ppets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/key-ed25519-1.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
<div id='termynal' data-termynal> | ||
<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> | ||
<span data-ty> Secret seed: 0xc52405d0b45dd856cbf1371f3b33fbde20cb76bf6ee440d12ea15f7ed17cca0a</span> | ||
<span data-ty> Public key (hex): 0xc9c2cd111f98f2bf78bab6787449fc007dd7f2a5d02f099919f7fb50ade97dd6</span> | ||
<span data-ty> Account ID: 0xc9c2cd111f98f2bf78bab6787449fc007dd7f2a5d02f099919f7fb50ade97dd6</span> | ||
<span data-ty> Public key (SS58): 5GdFMFbXy24uz8mFZroFUgdBkY2pq6igBNGAq9tsBfEZRSzP</span> | ||
<span data-ty> SS58 Address: 5GdFMFbXy24uz8mFZroFUgdBkY2pq6igBNGAq9tsBfEZRSzP</span> | ||
<span data-ty="input"><span class="file-path"></span>./target/release/solochain-template-node key inspect \</span> | ||
<span>--scheme Ed25519 \</span></br> | ||
<span>--password-interactive \</span></br> | ||
<span>"SECRET_PHRASE"</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> | ||
<span data-ty>Secret seed: 0xc52405d0b45dd856cbf1371f3b33fbde20cb76bf6ee440d12ea15f7ed17cca0a</span> | ||
<span data-ty>Public key (hex): 0xc9c2cd111f98f2bf78bab6787449fc007dd7f2a5d02f099919f7fb50ade97dd6</span> | ||
<span data-ty>Account ID: 0xc9c2cd111f98f2bf78bab6787449fc007dd7f2a5d02f099919f7fb50ade97dd6</span> | ||
<span data-ty>Public key (SS58): 5GdFMFbXy24uz8mFZroFUgdBkY2pq6igBNGAq9tsBfEZRSzP</span> | ||
<span data-ty>SS58 Address: 5GdFMFbXy24uz8mFZroFUgdBkY2pq6igBNGAq9tsBfEZRSzP</span> | ||
<span data-ty="input"><span class="file-path"></span></span> | ||
</div> |
18 changes: 11 additions & 7 deletions
18
...ppets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/key-sr25519-1.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
<div id='termynal' data-termynal> | ||
<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> | ||
<span data-ty> Secret seed: 0xc52405d0b45dd856cbf1371f3b33fbde20cb76bf6ee440d12ea15f7ed17cca0a</span> | ||
<span data-ty> Public key (hex): 0xea23fa399c6bd91af3d7ea2d0ad46c48aff818b285342d9aaf15b3172270e914</span> | ||
<span data-ty> Account ID: 0xea23fa399c6bd91af3d7ea2d0ad46c48aff818b285342d9aaf15b3172270e914</span> | ||
<span data-ty> Public key (SS58): 5HMhkSHpD4XcibjbU9ZiGemLpnsTUzLsG5JhQJQEcxp3KJaW</span> | ||
<span data-ty> SS58 Address: 5HMhkSHpD4XcibjbU9ZiGemLpnsTUzLsG5JhQJQEcxp3KJaW</span> | ||
<span data-ty="input"><span class="file-path"></span>./target/release/solochain-template-node key generate \</span> | ||
<span>--scheme Sr25519 \</span></br> | ||
<span>--password-interactive</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> | ||
<span data-ty>Secret seed: 0xc52405d0b45dd856cbf1371f3b33fbde20cb76bf6ee440d12ea15f7ed17cca0a</span> | ||
<span data-ty>Public key (hex): 0xea23fa399c6bd91af3d7ea2d0ad46c48aff818b285342d9aaf15b3172270e914</span> | ||
<span data-ty>Account ID: 0xea23fa399c6bd91af3d7ea2d0ad46c48aff818b285342d9aaf15b3172270e914</span> | ||
<span data-ty>Public key (SS58): 5HMhkSHpD4XcibjbU9ZiGemLpnsTUzLsG5JhQJQEcxp3KJaW</span> | ||
<span data-ty>SS58 Address: 5HMhkSHpD4XcibjbU9ZiGemLpnsTUzLsG5JhQJQEcxp3KJaW</span> | ||
<span data-ty="input"><span class="file-path"></span></span> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters