Skip to content

Commit b62c0c6

Browse files
authored
cmd/clef: update readme (#32070)
Replaced the outdated and broken link to the Web3 Secret Storage Definition with the current official URL from ethereum.org in the Clef README. This ensures users have access to up-to-date and accurate documentation for the keystore file format.
1 parent 78b6059 commit b62c0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/clef/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ All hex encoded values must be prefixed with `0x`.
150150

151151
#### Create new password protected account
152152

153-
The signer will generate a new private key, encrypt it according to [web3 keystore spec](https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition) and store it in the keystore directory.
153+
The signer will generate a new private key, encrypt it according to [web3 keystore spec](https://ethereum.org/en/developers/docs/data-structures-and-encoding/web3-secret-storage/) and store it in the keystore directory.
154154
The client is responsible for creating a backup of the keystore. If the keystore is lost there is no method of retrieving lost accounts.
155155

156156
#### Arguments

0 commit comments

Comments
 (0)