You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@
68
68
69
69
## Introduction
70
70
71
-
`deposit-cli` is a tool for creating [EIP-2335 format](https://eips.ethereum.org/EIPS/eip-2335) BLS12-381 keystores and a corresponding `deposit_data*.json` file for [Ethereum 2.0 Launchpad](https://github.com/ethereum/staking-launchpad).
71
+
`deposit-cli` is a tool for creating [EIP-2335 format](https://eips.ethereum.org/EIPS/eip-2335) BLS12-381 keystores and a corresponding `deposit_data*.json` file for [Ethereum Staking Launchpad](https://github.com/ethereum/staking-launchpad).
72
72
73
73
-**Warning: Please generate your keystores on your own safe, completely offline device.**
74
74
-**Warning: Please backup your mnemonic, keystores, and password securely.**
@@ -81,7 +81,7 @@ You can find the audit report by Trail of Bits [here](https://github.com/trailof
@@ -170,7 +170,7 @@ Your keys can be found at: <YOUR_FOLDER_PATH>
170
170
171
171
##### Step 0. Python version checking
172
172
173
-
Ensure you are using Python version >= Python3.7:
173
+
Ensure you are using Python version >= Python3.8:
174
174
175
175
```sh
176
176
python3 -V
@@ -234,7 +234,7 @@ See [here](#successful-message)
234
234
235
235
##### Step 0. Python version checking
236
236
237
-
Ensure you are using Python version >= Python3.7:
237
+
Ensure you are using Python version >= Python3.8:
238
238
239
239
```sh
240
240
python3 -V
@@ -381,7 +381,7 @@ See [here](#existing-mnemonic-arguments) for `existing-mnemonic` arguments
381
381
382
382
##### Step 0. Python version checking
383
383
384
-
Ensure you are using Python version >= Python3.7 (Assume that you've installed Python 3 as the main Python):
384
+
Ensure you are using Python version >= Python3.8 (Assume that you've installed Python 3 as the main Python):
385
385
386
386
```sh
387
387
python -V
@@ -443,7 +443,7 @@ See [here](#existing-mnemonic-arguments) for `existing-mnemonic` arguments
443
443
444
444
##### Step 0. Python version checking
445
445
446
-
Ensure you are using Python version >= Python3.7 (Assume that you've installed Python 3 as the main Python):
446
+
Ensure you are using Python version >= Python3.8 (Assume that you've installed Python 3 as the main Python):
447
447
448
448
```cmd
449
449
python -V
@@ -531,5 +531,5 @@ python3 -m pytest .
531
531
👋This is not the section you are looking for.👋
532
532
If you are trying to **build the binary** on macos with an M1 Mac and you are using pyenv to manage your python version. You'll probably need to reinstall a given python version using:
0 commit comments