Skip to content

Commit 08f91d1

Browse files
authored
docs: add warning to use safe password for keystore (#1173)
1 parent 8a6340f commit 08f91d1

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

docs/1_introduction/2_zkquiz.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Next, we will see how to execute ZKQuiz to get your own ZKQuiz NFT!
2626

2727
### 1 - Create Keystore
2828

29+
{% hint style="warning" %}
30+
When creating a new wallet keystore and private key please use strong passwords for your own protection.
31+
{% endhint %}
32+
2933
You can use cast to create a local keystore.
3034
If you already have one, you can skip this step.
3135

docs/3_guides/0_submitting_proofs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ If you already have a keystore file, you can ignore this section and start sendi
2323

2424
You need to have installed [Foundry](https://book.getfoundry.sh/getting-started/installation).
2525

26+
{% hint style="warning" %}
27+
When creating a new wallet keystore and private key please use strong passwords for your own protection.
28+
{% endhint %}
29+
2630
- If you are creating a new account, create a private key with:
2731

2832
```bash

docs/3_guides/5_using_zkrust.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ make install
4141

4242
### 2. Generate a keystore:
4343

44+
{% hint style="warning" %}
45+
When creating a new wallet keystore and private key please use strong passwords for your own protection.
46+
{% endhint %}
47+
4448
You can use cast to create a local keystore.
4549
If you already have one, you can skip this step.
4650

docs/3_guides/6_setup_aligned.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@ Changing operator keys:
284284
285285
Operator keys can be changed if needed.
286286
287+
{% hint style="warning" %}
288+
When creating a new wallet keystore and private key please use strong passwords for your own protection.
289+
{% endhint %}
290+
287291
To create a keystore, run:
288292
289293
```bash

0 commit comments

Comments
 (0)