File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ Output:
5050```
5151seed_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:
5960stellar keys secret test
6061```
6162
62- Example output :
63+ Output :
6364```
6465SCJP663VYFZPYN75H2DYJA3FYUBP5UR23HZ4ZDHDMDY6TXVYUYMWNKTI
6566```
@@ -73,7 +74,7 @@ To display the corresponding public key for the test identity:
7374stellar keys public-key test
7475```
7576
76- Example output :
77+ Output :
7778```
7879GD3BFFX7DTNJAGDVVM5RYGGQQNURZTH4VSBLWF55YXY3L6T2WWZK57EI
7980```
@@ -86,7 +87,7 @@ This is the public address of your key.
8687stellar keys fund test
8788```
8889
89- Example output :
90+ Output :
9091```
9192✅ Account test funded on "Test SDF Network ; September 2015"
9293```
You can’t perform that action at this time.
0 commit comments