Skip to content

Commit 185e0ba

Browse files
authored
Update stellar-keys.mdx
1 parent f4c6f56 commit 185e0ba

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

cookbook/stellar-keys.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Output:
5050
```
5151
seed_phrase = "patrol clean public grocery roof aim have valve cherry dismiss lunar tail duty license capable little version banana amount often cover dice couple party"
5252
```
53+
Note: The seed phrase is sensitive information. Handle it with care and never expose it publicly.
5354

5455
### 4. Derive the Secret Key
5556

@@ -59,7 +60,7 @@ To display the secret key for the test identity:
5960
stellar keys secret test
6061
```
6162

62-
Example output:
63+
Output:
6364
```
6465
SCJP663VYFZPYN75H2DYJA3FYUBP5UR23HZ4ZDHDMDY6TXVYUYMWNKTI
6566
```
@@ -73,7 +74,7 @@ To display the corresponding public key for the test identity:
7374
stellar keys public-key test
7475
```
7576

76-
Example output:
77+
Output:
7778
```
7879
GD3BFFX7DTNJAGDVVM5RYGGQQNURZTH4VSBLWF55YXY3L6T2WWZK57EI
7980
```
@@ -86,7 +87,7 @@ This is the public address of your key.
8687
stellar keys fund test
8788
```
8889

89-
Example output:
90+
Output:
9091
```
9192
✅ Account test funded on "Test SDF Network ; September 2015"
9293
```

0 commit comments

Comments
 (0)